public interface EnterpriseUser
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(User u)
Add a User to this instance.
|
java.util.Iterator |
allUsers()
Return an iterator over all Users associated with
this instance.
|
User |
findUserById(java.lang.Long id)
Find the user having the id provided.
|
Address |
getAddress()
Get the address for this enterprise user.
|
java.lang.String |
getCompany()
Get the company for this enterprise user.
|
java.util.Date |
getCreated()
Gets the current value of created
|
java.lang.String |
getEmail()
Gets the current value of email
|
java.lang.String |
getFirstNames()
Gets the current value of firstNames
|
java.lang.Long |
getId()
Gets the current value of id
|
java.util.Date |
getLastLoggedIn()
Getter for lastLoggedIn
|
java.lang.String |
getLastName()
Gets the current value of lastName
|
java.lang.String |
getLogin()
Gets the current value of login
|
java.util.Date |
getModified()
Gets the current value of modified
|
java.lang.String |
getPassword()
Gets the current value of password
|
java.lang.String |
getPrefix()
Gets the current value of prefix
|
RhnTimeZone |
getTimeZone()
Get the timezone for this enterprise user.
|
java.lang.String |
getTitle()
Gets the current value of title
|
void |
removeUser(User u)
Remove a User from this instance.
|
void |
setAddress(Address address)
Set the address for this enterprise user.
|
void |
setCompany(java.lang.String companyIn)
Set the company for this enterprise user
|
void |
setCreated(java.util.Date createdIn)
Sets the value of created to new value
|
void |
setEmail(java.lang.String emailIn)
Sets the value of email to new value
|
void |
setFirstNames(java.lang.String firstNamesIn)
Sets the value of firstNames to new value
|
void |
setId(java.lang.Long l)
Set the current value of id
|
void |
setLastLoggedIn(java.util.Date lastLoggedInIn)
Setter for lastLoggedIn
|
void |
setLastName(java.lang.String lastNameIn)
Sets the value of lastName to new value
|
void |
setLogin(java.lang.String loginIn)
Sets the value of login to new value
|
void |
setModified(java.util.Date modifiedIn)
Set the value of the modified date.
|
void |
setPassword(java.lang.String passwordIn)
Sets the value of password to new value
|
void |
setPrefix(java.lang.String prefixIn)
Sets the value of prefix to new value
|
void |
setTimeZone(RhnTimeZone timeZoneIn)
Set the timezone for this enterprise user.
|
void |
setTitle(java.lang.String titleIn)
Sets the value of title to new value
|
java.lang.Long getId()
void setId(java.lang.Long l)
l - long valuevoid addUser(User u)
u - a User to addvoid removeUser(User u)
u - the User to removejava.util.Iterator allUsers()
User findUserById(java.lang.Long id)
id - to usejava.lang.String getLogin()
void setLogin(java.lang.String loginIn)
loginIn - New value for loginjava.lang.String getPassword()
void setPassword(java.lang.String passwordIn)
passwordIn - New value for passwordjava.lang.String getPrefix()
void setPrefix(java.lang.String prefixIn)
prefixIn - New value for prefixjava.lang.String getFirstNames()
void setFirstNames(java.lang.String firstNamesIn)
firstNamesIn - New value for firstNamesjava.lang.String getLastName()
void setLastName(java.lang.String lastNameIn)
lastNameIn - New value for lastNamejava.lang.String getTitle()
void setTitle(java.lang.String titleIn)
titleIn - New value for titlejava.lang.String getEmail()
void setEmail(java.lang.String emailIn)
emailIn - New value for emailjava.util.Date getLastLoggedIn()
void setLastLoggedIn(java.util.Date lastLoggedInIn)
lastLoggedInIn - New value for lastLoggedInjava.util.Date getCreated()
void setCreated(java.util.Date createdIn)
createdIn - New value for createdjava.util.Date getModified()
void setModified(java.util.Date modifiedIn)
modifiedIn - new value for modifiedRhnTimeZone getTimeZone()
void setTimeZone(RhnTimeZone timeZoneIn)
timeZoneIn - The timeZone to set.void setAddress(Address address)
address - the address to setAddress getAddress()
void setCompany(java.lang.String companyIn)
companyIn - the company valuejava.lang.String getCompany()