com.ibm.di.util
Class RacfPassword

java.lang.Object
  extended by com.ibm.di.util.RacfPassword

public class RacfPassword
extends Object


Method Summary
 String dumpContents()
          dumpContents
 String getChangeTime()
          Gets the changeTime
 boolean getExpired()
          Gets the expired flag
 String getLanguage()
          Gets the language code (eg ENU)
 byte[] getPasswordBytes()
          Gets the password as a byte array
 String getPasswordString()
          Gets the password as a string
 int getVersion()
          Gets the version
 void setChangeTime(String changeTime)
          Sets the changeTime
 void setExpired(boolean expired)
          Sets the expired flag
 void setLanguage(String language)
          Sets the language
 void setPassword(byte[] passwordBytes)
          Sets the password
 void setPassword(String password)
          Sets the password
 void setVersion(int version)
          Sets the version
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getExpired

public boolean getExpired()
Gets the expired flag

Returns:
Returns a boolean

setExpired

public void setExpired(boolean expired)
Sets the expired flag

Parameters:
expired - The expired to set

getLanguage

public String getLanguage()
Gets the language code (eg ENU)

Returns:
Returns a String

setLanguage

public void setLanguage(String language)
Sets the language

Parameters:
language - The language to set

getPasswordString

public String getPasswordString()
Gets the password as a string

Returns:
Returns a String

setPassword

public void setPassword(String password)
Sets the password

Parameters:
password - The password to set

getPasswordBytes

public byte[] getPasswordBytes()
Gets the password as a byte array

Returns:
Returns an array of byte

setPassword

public void setPassword(byte[] passwordBytes)
Sets the password

Parameters:
passwordBytes - The password to set in bytes.

getVersion

public int getVersion()
Gets the version

Returns:
Returns a int

setVersion

public void setVersion(int version)
Sets the version

Parameters:
version - The version to set

getChangeTime

public String getChangeTime()
Gets the changeTime

Returns:
Returns a String

setChangeTime

public void setChangeTime(String changeTime)
Sets the changeTime

Parameters:
changeTime - The changeTime to set

toString

public String toString()
toString

Overrides:
toString in class Object
Returns:
String representing the Password value only

dumpContents

public String dumpContents()
dumpContents

Returns:
String showing member data values