All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.messages.PaymentReceipt

java.lang.Object
   |
   +----semper.commerce.Transaction
           |
           +----semper.commerce.GenericTransaction
                   |
                   +----semper.BApp.bargainer.messages.UnsignedMessage
                           |
                           +----semper.BApp.bargainer.messages.PaymentReceipt

public class PaymentReceipt
extends UnsignedMessage

Constructor Index

 o PaymentReceipt(ActiveDeal, Transaction)
 o PaymentReceipt(ActiveDeal, Transaction, PersonalInfo, PersonalInfo, String)

Method Index

 o makeDescription()
Returns a generic description for this type of transactions.

Constructors

 o PaymentReceipt
 public PaymentReceipt(ActiveDeal deal,
                       Transaction ref) throws AssociationException, TransactionException
 o PaymentReceipt
 public PaymentReceipt(ActiveDeal deal,
                       Transaction ref,
                       PersonalInfo buyer,
                       PersonalInfo seller,
                       String comment) throws AssociationException, TransactionException

Methods

 o makeDescription
 public Description makeDescription()
Returns a generic description for this type of transactions.

Overrides:
makeDescription in class GenericTransaction

All Packages  Class Hierarchy  This Package  Previous  Next  Index