All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.messages.AcceptOrder

java.lang.Object
   |
   +----semper.commerce.Transaction
           |
           +----semper.commerce.StatementTransaction
                   |
                   +----semper.BApp.bargainer.messages.SignedMessage
                           |
                           +----semper.BApp.bargainer.messages.AcceptOrder

public class AcceptOrder
extends SignedMessage

Constructor Index

 o AcceptOrder(ActiveDeal, Transaction, Statement)
Constructs a new AcceptOrder object.
 o AcceptOrder(ActiveDeal, Transaction, Statement, PersonalInfo, PersonalInfo, ProductInfo, TermsAndConditionsInfo, Date)

Method Index

 o makeDescription()
Returns a generic statement transaction description.

Constructors

 o AcceptOrder
 public AcceptOrder(ActiveDeal deal,
                    Transaction ref,
                    Statement statement) throws AssociationException, TransactionException
Constructs a new AcceptOrder object.

 o AcceptOrder
 public AcceptOrder(ActiveDeal deal,
                    Transaction ref,
                    Statement statement,
                    PersonalInfo buyer,
                    PersonalInfo seller,
                    ProductInfo productInfo,
                    TermsAndConditionsInfo termsAndConditionsInfo,
                    Date expirationDate) throws AssociationException, TransactionException

Methods

 o makeDescription
 public Description makeDescription()
Returns a generic statement transaction description.

Overrides:
makeDescription in class StatementTransaction

All Packages  Class Hierarchy  This Package  Previous  Next  Index