public class GenericPersona extends PersonaAdapter
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
GenericPersona(Account pAccount)
Creates a new persona given an Account object. 
 | 
GenericPersona(java.lang.String pName,
              UserAuthority pAuthority)
Creates a new persona with a given name and user authority. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Account | 
getAccount()
Returns the account that is associated with this persona. 
 | 
void | 
setAccount(Account pAccount)
Changes the account that is associated with this persona. 
 | 
addSubPersona, equals, getAccessRights, getAttribute, getName, getSubPersonae, getUserAuthority, hashCode, hasPersona, hasRole, isReadOnly, main, removeSubPersona, setAttribute, setAttributes, setReadOnly, setSubPersonae, toStringpublic GenericPersona(java.lang.String pName,
                      UserAuthority pAuthority)
public GenericPersona(Account pAccount)