|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.vo.dto.SpineBean
com.zphinx.spine.members.Identity
public class Identity
Identity represents the base identity details of a principal/role of the spine framework.
Copyright ©Zphinx Software Solutions
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.zphinx.spine.vo.dto.SpineBean |
|---|
SpineBean.PermissionFactory |
| Field Summary | |
|---|---|
protected static String |
ADMINISTRATOR
A string denoting the administrator object |
protected static String |
APPLICATION
A string denoting the application object |
protected static String |
GROUP
A string denoting the group object |
protected static String |
USER
A string denoting the user object |
| Constructor Summary | |
|---|---|
Identity()
|
|
| Method Summary | |
|---|---|
String |
getEmailAddress()
Gets the email address of this member.. |
String |
getFirstName()
Return the first name of this member. |
String |
getLastName()
Gets the last name of this member. |
String |
getUserName()
Gets the user name of this member. |
void |
setEmailAddress(String emailAddress)
Sets the new email address of this member. |
void |
setFirstName(String firstName)
Set the first name of this member. |
void |
setLastName(String lastName)
Sets the last name of this member. |
void |
setUserName(String userName)
Sets the user name of this member. |
| Methods inherited from class com.zphinx.spine.vo.dto.SpineBean |
|---|
getCreationDate, getDescription, getId, getLocale, getModifiedDate, getName, getPermission, getSessionId, setCreationDate, setDescription, setId, setLocale, setModifiedDate, setName, setPermission, setSessionId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String APPLICATION
protected static final String GROUP
protected static final String USER
protected static final String ADMINISTRATOR
| Constructor Detail |
|---|
public Identity()
| Method Detail |
|---|
public String getFirstName()
public void setFirstName(String firstName)
firstName - The new first name of this member.public String getLastName()
public void setLastName(String lastName)
lastName - The new last name of this member.public String getUserName()
public void setUserName(String userName)
userName - The new user name of this member.public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - The new email address of this member.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||