| java.lang.Object org.objectweb.speedo.pobjects.cap.JDOAdminUser
JDOAdminUser | public class JDOAdminUser (Code) | | author: mhoudu |
JDOAdminUser | public JDOAdminUser(String id, String login, String email, Collection roles)(Code) | | Default constructor.
Parameters: id - The user identifier. Parameters: login - The user login. Parameters: email - The user email. Parameters: roles - The user roles. |
getEmail | public String getEmail()(Code) | | Gets the email.
Returns the email. |
getId | public String getId()(Code) | | Gets the id.
Returns the id. |
getLogin | public String getLogin()(Code) | | Gets the login.
Returns the login. |
setEmail | public void setEmail(String email)(Code) | | Sets the email.
Parameters: email - The email to set. |
setId | public void setId(String id)(Code) | | Sets the id.
Parameters: id - The id to set. |
setLogin | public void setLogin(String login)(Code) | | Sets the login.
Parameters: login - The login to set. |
setRoles | public void setRoles(Collection roles)(Code) | | Sets the roles.
Parameters: roles - The roles to set. |
|
|