@DTO public class UESPersonalRoleAccountAttributes extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
accountName
Account name.
|
private java.util.Date |
creationTime
Creation time.
|
private java.lang.String |
id
Account Id.
|
private java.lang.String |
realm
Account realm.
|
| Constructor and Description |
|---|
UESPersonalRoleAccountAttributes() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountName()
Getter for property accountName.
|
java.util.Date |
getCreationTime()
Getter for property creationTime.
|
java.lang.String |
getId()
Getter for property id.
|
java.lang.String |
getRealm()
Getter for property realm.
|
void |
setAccountName(java.lang.String accountName)
Setter for property accountName.
|
void |
setCreationTime(java.util.Date creationTime)
Setter for property creationTime.
|
void |
setId(java.lang.String id)
Setter for property id.
|
void |
setRealm(java.lang.String realm)
Setter for property realm.
|
java.lang.String |
toString() |
id - The id to set.realm - The realm to set.accountName - The accountName to set.creationTime - The creationTime to set.toString in class java.lang.Object