|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.mam.AccountUser
class AccountUser
An account user is a person authorized to use an account.
Field Summary | |
---|---|
private Boolean |
active
A boolean indicating whether this user is active or not. |
private Boolean |
admin
A boolean indicating wheter this user is an admin or not. |
private String |
id
The unique user identifier. |
Constructor Summary | |
AccountUser()
|
Method Summary | |
---|---|
Boolean
|
getActive()
A boolean indicating whether this user is active or not. |
Boolean
|
getAdmin()
A boolean indicating wheter this user is an admin or not. |
String
|
getId()
The unique user identifier. |
void
|
setActive(Boolean active)
A boolean indicating whether this user is active or not. |
void
|
setAdmin(Boolean admin)
A boolean indicating wheter this user is an admin or not. |
void
|
setId(String id)
The unique user identifier. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private Boolean active
private Boolean admin
private String id
Constructor Detail |
---|
AccountUser()
Method Detail |
---|
Boolean getActive()
Boolean getAdmin()
String getId()
void setActive(Boolean active)
void setAdmin(Boolean admin)
void setId(String id)
String toString()
Groovy Documentation