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
OdiPrincipal.UserCommunity| 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)  | 
void | 
setSupervisor(boolean isSupervisor)  | 
addOdiProfile, addOdiProfileList, getInternalId, getName, getNotes, getOdiProfileList, getPrincipalId, isRole, isSupervisor, removeOdiProfile, setNotesgetFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, isInstanceLevelSecurityNeeded, isNew, preCommit, toStringequals, getBigNumericId, getGlobalId, getNumericId, getParent, hashCodegetFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeededgetGlobalId, getParentpublic 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 setpublic void setSupervisor(boolean isSupervisor)