|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.carlosbcruz.account.modeltotals.AccountTransactionTotal
public class AccountTransactionTotal
Represents the total of the com.carlosbcruz.account.control and savings relationg to a specifc transaction on the model.
| Constructor Summary | |
|---|---|
AccountTransactionTotal()
|
|
| Method Summary | |
|---|---|
float |
getAccountTotal()
Retreive the total of the current com.carlosbcruz.account.control |
float |
getSavingsTotal()
Retreive the total of the savings com.carlosbcruz.account.control |
void |
setAccountTotal(float accountTotal)
Set the total of the current com.carlosbcruz.account.control |
void |
setSavingsTotal(float savingsTotal)
Set the total of the savings com.carlosbcruz.account.control |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountTransactionTotal()
| Method Detail |
|---|
public float getAccountTotal()
public void setAccountTotal(float accountTotal)
accountTotal - current com.carlosbcruz.account.control totalpublic float getSavingsTotal()
public void setSavingsTotal(float savingsTotal)
savingsTotal - savings com.carlosbcruz.account.control total
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||