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
-
NegotiateOffer(ActiveDeal, Transaction)
- Constructs a new NegotiateOffer object.
-
NegotiateOffer(ActiveDeal, Transaction, PersonalInfo, PersonalInfo, String, ProductInfo, TermsAndConditionsInfo)
- Constructs a new NegotiateOffer object with given values.
-
makeDescription()
- Returns a generic description for this type of transactions.
NegotiateOffer
public NegotiateOffer(ActiveDeal deal,
Transaction ref) throws AssociationException, TransactionException
- Constructs a new NegotiateOffer object.
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.
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