public class PasswordHistory extends JDBCObject<PasswordHistory>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDING
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
PasswordHistory()
Constructs a
PasswordHistory object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIVPassword()
Returns the password initialization vector.
|
java.lang.String |
getPassword()
Returns the password value.
|
java.util.Date |
getTimeChanged()
Returns the time when password changed.
|
java.lang.String |
getUserId()
Returns the id of the associated user.
|
void |
setIVPassword(java.lang.String value)
Sets the password initialization vector.
|
void |
setPassword(java.lang.String value)
Sets the password value.
|
void |
setTimeChanged(java.util.Date value)
Sets the time when password changed.
|
void |
setUserId(java.lang.String value)
Sets the id of the associated user.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatus
cloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArray
private static final long serialVersionUID
public PasswordHistory()
PasswordHistory
object with all field values set to
null
.public java.lang.String getUserId()
public void setUserId(java.lang.String value)
value
- (String) The id of the associated user.public java.lang.String getPassword()
public void setPassword(java.lang.String value)
value
- (String) The password value (unencrypted value).public java.util.Date getTimeChanged()
public void setTimeChanged(java.util.Date value)
value
- (java.util.Date) The time when password changed.public java.lang.String getIVPassword()
public void setIVPassword(java.lang.String value)
value
- (String) The password initialization vector.