public class OdiUser extends OdiPrincipal
The OdiUser class contains informations about a user
including password and supervisor.
Mapping information: mapped to the repository table SNP_USER
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getAccountExpiracyDate()
Return the account expiration date.
|
java.lang.String |
getInitials()
Return the initials.
|
java.util.Date |
getPasswordExpiracyDate()
Returns the password expiration date.
|
java.lang.Number |
getUserId() |
void |
setAccountExpiracyDate(java.util.Date accountExpiracyDate) |
void |
setInitials(java.lang.String initials) |
addOdiProfile, addOdiProfileList, getInternalId, getName, getNotes, getOdiProfileList, getPrincipalId, getSecurityContainer, isRole, isSupervisor, removeOdiProfileequals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, hashCode, isInstanceLevelSecurityNeeded, isNew, preCommit, toStringgetGlobalId, getNumericId, hasCustomizedPersistenceMethodFor, invokeCustomizedPersistenceMethodForgetFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeededgetGlobalIdpublic java.lang.Number getUserId()
public java.util.Date getPasswordExpiracyDate()
public java.util.Date getAccountExpiracyDate()
public java.lang.String getInitials()
public void setInitials(java.lang.String initials)
initials - the initials to setpublic void setAccountExpiracyDate(java.util.Date accountExpiracyDate)
accountExpiracyDate - the accountExpiracyDate to set