|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.test.aop.transaction.CurrentAccountBean
Current account Javabean
| Field Summary | |
protected int |
accountId
|
protected java.lang.String |
accountName
|
protected java.lang.String |
accountNumber
|
protected double |
amount
|
| Constructor Summary | |
CurrentAccountBean()
Default constructor |
|
CurrentAccountBean(int accountId)
Standard constructor |
|
CurrentAccountBean(int accountId,
java.lang.String accountName,
java.lang.String accountNumber,
double amount)
Standard constructor |
|
| Method Summary | |
int |
getAccountId()
Gets the accountId |
java.lang.String |
getAccountName()
Gets the accountName |
java.lang.String |
getAccountNumber()
Gets the accountNumber |
double |
getAmount()
Gets the amount |
void |
setAccountId(int accountId)
Sets the accountId |
void |
setAccountName(java.lang.String accountName)
Sets the accountName |
void |
setAccountNumber(java.lang.String accountNumber)
Sets the accountNumber |
void |
setAmount(double amount)
Sets the amount |
java.lang.String |
toString()
Dump debuggable string for this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int accountId
protected java.lang.String accountName
protected java.lang.String accountNumber
protected double amount
| Constructor Detail |
public CurrentAccountBean()
public CurrentAccountBean(int accountId)
accountId -
public CurrentAccountBean(int accountId,
java.lang.String accountName,
java.lang.String accountNumber,
double amount)
accountId - accountName - accountNumber - amount - | Method Detail |
public int getAccountId()
public void setAccountId(int accountId)
accountId - the new value for accountIdpublic java.lang.String getAccountName()
public void setAccountName(java.lang.String accountName)
accountName - the new value for accountNamepublic java.lang.String getAccountNumber()
public void setAccountNumber(java.lang.String accountNumber)
accountNumber - the new value for accountNumberpublic double getAmount()
public void setAmount(double amount)
amount - the new value for amountpublic java.lang.String toString()
Object.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||