|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.user.AccountInfo
public class AccountInfo
A data transfer object listing more detailed information about a user's account.
Nested Class Summary | |
---|---|
static class |
AccountInfo.AccountType
The list of account types currently supported. |
Constructor Summary | |
---|---|
AccountInfo()
Zero-arg constructor. |
|
AccountInfo(AccountInfo.AccountType accountType)
Constructor |
Method Summary | |
---|---|
AccountInfo.AccountType |
getAccountType()
Get the type of account specified in the AccountInfo. |
Date |
getActivationDate()
Get the activation date of this account. |
boolean |
getActive()
Get the boolean value indicating if this account is currently active. |
Date |
getDeactivationDate()
Get the deactivation date of this account. |
String |
getStatusBy()
Get the identity of the person who last changed the status of this account. |
Date |
getStatusDate()
Get the date that this account was put into its current status. |
boolean |
isActive()
Get the boolean value indicating if this account is currently active. |
void |
setAccountType(AccountInfo.AccountType accountType)
Set the type of account specified in the AccountInfo. |
void |
setActivationDate(Date activationDate)
Set the activation date of this account. |
void |
setActive(boolean active)
Set the boolean value indicating if this account is currently active. |
void |
setDeactivationDate(Date deactivationDate)
Set the deactivation date of this account. |
void |
setStatusBy(String statusBy)
Set the identity of the person who last changed the status of this account. |
void |
setStatusDate(Date statusDate)
Set the date that this account was put into its current status. |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AccountInfo()
public AccountInfo(AccountInfo.AccountType accountType)
accountType
- The type of account being created.Method Detail |
---|
public AccountInfo.AccountType getAccountType()
public void setAccountType(AccountInfo.AccountType accountType)
accountType
- the type of account to specify in the AccountInfo.public Date getActivationDate()
public void setActivationDate(Date activationDate)
activationDate
- The activation date of this account.public Date getDeactivationDate()
public void setDeactivationDate(Date deactivationDate)
deactivationDate
- The deactivation date of this account.public boolean isActive()
public boolean getActive()
public void setActive(boolean active)
active
- The boolean value indicating if this account is currently active.public String getStatusBy()
public void setStatusBy(String statusBy)
statusBy
- The identity of the person who last changed the status of this account.public Date getStatusDate()
public void setStatusDate(Date statusDate)
statusDate
- The date that this account was put into its current status.public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |