All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.messages.NegotiateOffer

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

public class NegotiateOffer
extends NegotiateMessage

Constructor Index

 o NegotiateOffer(ActiveDeal, Transaction)
Constructs a new NegotiateOffer object.
 o NegotiateOffer(ActiveDeal, Transaction, PersonalInfo, PersonalInfo, String, ProductInfo, TermsAndConditionsInfo)
Constructs a new NegotiateOffer object with given values.

Method Index

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

Constructors

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

 o NegotiateOffer
 public NegotiateOffer(ActiveDeal deal,
                       Transaction ref,
                       PersonalInfo buyer,
                       PersonalInfo seller,
                       String comment,
                       ProductInfo productInfo,
                       TermsAndConditionsInfo termsAndConditionsInfo) throws AssociationException, TransactionException
Constructs a new NegotiateOffer object with given values.

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