|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.vo.AccountTypeBean
public class AccountTypeBean
AccountTypeBean stores AccountTypes by referencing both the previous and the present value of the AccountType held by a user of this system.
The types of the account are derived from MemberAccount.
Copyright ©Zphinx Software Solutions
,
Serialized Form| Constructor Summary | |
|---|---|
AccountTypeBean()
Public Constructor |
|
AccountTypeBean(int presentType)
Constructor which accepts the present type of the account as a parameter |
|
AccountTypeBean(int previousType,
int presentType)
Constructor which accepts the present and previous values of this account type |
|
| Method Summary | |
|---|---|
int |
getPresentType()
Gets the presentType of this account |
int |
getPreviousType()
Gets the previousType of this account |
void |
setPresentType(int presentType)
Sets the presentType of this account |
void |
setPreviousType(int previousType)
Sets the previousType of this account |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountTypeBean()
public AccountTypeBean(int presentType)
presentType - The present type of the account
public AccountTypeBean(int previousType,
int presentType)
previousType - The previous type of this account normally in specified in MemberAccountpresentType - The present type of the account normally in specified in MemberAccount| Method Detail |
|---|
public int getPresentType()
public void setPresentType(int presentType)
presentType - the presentType to setpublic int getPreviousType()
public void setPreviousType(int previousType)
previousType - the previousType to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||