|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ecash.internet.Report | +--ecash.internet.PayReport
Extension of the Report class which adds the nickname of the buyer, in order to allow the seller to identify the origin of the payment.
Report
Constructor Summary | |
PayReport()
Creates a report. |
Method Summary | |
java.lang.String |
getBuyerNickname()
Returns the nickname of the buyer. |
void |
setBuyerNickname(java.lang.String buyerNickname)
Sets the nickname of the buyer. |
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 PayReport()
Method Detail |
public java.lang.String getBuyerNickname()
public void setBuyerNickname(java.lang.String buyerNickname)
buyerNickname
- the nickname of the buyer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |