All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.messages.PaymentMessage

java.lang.Object
   |
   +----semper.commerce.Transaction
           |
           +----semper.commerce.PaymentTransaction
                   |
                   +----semper.BApp.bargainer.messages.PaymentMessage

public class PaymentMessage
extends PaymentTransaction

Constructor Index

 o PaymentMessage(ActiveDeal, Transaction, Payment)
Constructs a new PaymentMessage object.
 o PaymentMessage(ActiveDeal, Transaction, Payment, ProductInfo)

Method Index

 o getContents()
 o getMessageType()
Returns the messageType of PaymentMessage.
 o getProductInfo()
Returns the productInfo of PaymentMessage.
 o makeDescription()
Returns a generic payment transaction description.
 o setProductInfo(ProductInfo)
Sets the productInfo of PaymentMessage.

Constructors

 o PaymentMessage
 public PaymentMessage(ActiveDeal deal,
                       Transaction ref,
                       Payment payment) throws AssociationException, TransactionException
Constructs a new PaymentMessage object.

 o PaymentMessage
 public PaymentMessage(ActiveDeal deal,
                       Transaction ref,
                       Payment payment,
                       ProductInfo productInfo) throws AssociationException, TransactionException

Methods

 o getMessageType
 public String getMessageType()
Returns the messageType of PaymentMessage.

 o setProductInfo
 public void setProductInfo(ProductInfo productInfo)
Sets the productInfo of PaymentMessage.

Parameters:
productInfo - the productInfo of PaymentMessage
 o getProductInfo
 public ProductInfo getProductInfo()
Returns the productInfo of PaymentMessage.

 o getContents
 public String getContents()
 o makeDescription
 public Description makeDescription()
Returns a generic payment transaction description.

Overrides:
makeDescription in class PaymentTransaction

All Packages  Class Hierarchy  This Package  Previous  Next  Index