public class AccountAttributes extends Object
Constructor and Description |
---|
AccountAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Attribute |
getEmail() |
Attribute |
getEnabled() |
Attribute |
getPassword() |
Relation |
getRoleRelation() |
Attribute |
getUsername() |
int |
hashCode() |
boolean |
isEmailSet() |
boolean |
isEnabledSet() |
boolean |
isPasswordSet() |
boolean |
isRoleRelationSet() |
boolean |
isUsernameSet() |
void |
setEmail(Attribute email) |
void |
setEnabled(Attribute enabled) |
void |
setPassword(Attribute password) |
void |
setRoleRelation(Relation roleRelation) |
void |
setUsername(Attribute username) |
String |
toString() |
public boolean isUsernameSet()
public boolean isPasswordSet()
public boolean isEmailSet()
public boolean isEnabledSet()
public boolean isRoleRelationSet()
public Attribute getUsername()
public Attribute getPassword()
public Attribute getEmail()
public Attribute getEnabled()
public Relation getRoleRelation()
public void setUsername(Attribute username)
public void setPassword(Attribute password)
public void setEmail(Attribute email)
public void setEnabled(Attribute enabled)
public void setRoleRelation(Relation roleRelation)
public boolean canEqual(Object other)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.