com.zphinx.spine.members
Class Identifier
java.lang.Object
com.zphinx.spine.vo.dto.SpineBean
com.zphinx.spine.members.Identity
com.zphinx.spine.members.Identifier
- All Implemented Interfaces:
- DataTransferObject, Serializable
- Direct Known Subclasses:
- Member
public class Identifier
- extends Identity
Identifier represents the identification values available to all members of this system.
- Version:
- $1.0
Copyright ©Zphinx Software Solutions
- Author:
- David Ladapo
- See Also:
- Serialized Form
| 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 |
Identifier
public Identifier()
getAccountSecrets
public AccountSecrets getAccountSecrets()
- Gets the account secrets of this member
- Returns:
- the accountSecrets
setAccountSecrets
public void setAccountSecrets(AccountSecrets accountSecrets)
throws SpineMessageException
- Sets the account secrets of this member.
- Parameters:
accountSecrets - the accountSecrets to set
- Throws:
SpineMessageException