|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ecash.internet.Report | +--ecash.internet.DepositReport
Extension of the Report class which adds the account number and also the account number of the cheater, in the case of a buyer re-using a note twice.
Report
Constructor Summary | |
DepositReport()
Creates a report. |
Method Summary | |
java.lang.String |
getAccountNumber()
Returns the account number. |
java.lang.String |
getCheaterAccountNumber()
Returns the account number of the cheater (buyer who used a note twice). |
void |
setAccountNumber(java.lang.String accountNumber)
Sets the account number. |
void |
setCheaterAccountNumber(java.lang.String cheaterAccountNumber)
Sets the account number of the cheater, if any. |
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 DepositReport()
Method Detail |
public java.lang.String getAccountNumber()
public java.lang.String getCheaterAccountNumber()
public void setAccountNumber(java.lang.String accountNumber)
accountNumber
- the account numberpublic void setCheaterAccountNumber(java.lang.String cheaterAccountNumber)
cheaterAccountNumber
- the account number of the cheater
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |