ecash.internet
Class PayReport

java.lang.Object
  |
  +--ecash.internet.Report
        |
        +--ecash.internet.PayReport

public class PayReport
extends Report

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.

Author:
Michel Deriaz
See Also:
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

PayReport

public PayReport()
Creates a report.

Method Detail

getBuyerNickname

public java.lang.String getBuyerNickname()
Returns the nickname of the buyer.

Returns:
buyerNickname, the nickname of the buyer

setBuyerNickname

public void setBuyerNickname(java.lang.String buyerNickname)
Sets the nickname of the buyer.

Parameters:
buyerNickname - the nickname of the buyer