Groovy Documentation

com.ace.mws.mam
[Groovy] Class AccountUser

java.lang.Object
  com.ace.mws.mam.AccountUser

class AccountUser

An account user is a person authorized to use an account.

Authors:
jpratt


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

active

private Boolean active
A boolean indicating whether this user is active or not.


admin

private Boolean admin
A boolean indicating wheter this user is an admin or not.


id

private String id
The unique user identifier.


 
Constructor Detail

AccountUser

AccountUser()


 
Method Detail

getActive

Boolean getActive()
A boolean indicating whether this user is active or not.


getAdmin

Boolean getAdmin()
A boolean indicating wheter this user is an admin or not.


getId

String getId()
The unique user identifier.


setActive

void setActive(Boolean active)
A boolean indicating whether this user is active or not.


setAdmin

void setAdmin(Boolean admin)
A boolean indicating wheter this user is an admin or not.


setId

void setId(String id)
The unique user identifier.


toString

String toString()


 

Groovy Documentation