|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ecash.internet.Report | +--ecash.internet.BuyReport
Extension of the Report class which adds the account number.
Report
Constructor Summary | |
BuyReport()
Creates a report. |
Method Summary | |
java.lang.String |
getAccountNumber()
Returns the account number. |
void |
setAccountNumber(java.lang.String accountNumber)
Sets the account number. |
Methods inherited from class ecash.internet.Report |
addAmount, computeNotesExp, computeSum, getAmounts, getResult, setResult |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BuyReport()
Method Detail |
public java.lang.String getAccountNumber()
public void setAccountNumber(java.lang.String accountNumber)
accountNumber
- the account number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |