All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.bargainer.messages.RequestForOffer
java.lang.Object
|
+----semper.commerce.Transaction
|
+----semper.commerce.GenericTransaction
|
+----semper.BApp.bargainer.messages.UnsignedMessage
|
+----semper.BApp.bargainer.messages.NegotiateMessage
|
+----semper.BApp.bargainer.messages.RequestForOffer
- public class RequestForOffer
- extends NegotiateMessage
-
RequestForOffer(ActiveDeal, Transaction)
- Constructs a new RequestForOffer object.
-
RequestForOffer(ActiveDeal, Transaction, PersonalInfo, PersonalInfo, String, ProductInfo, TermsAndConditionsInfo)
- Constructs a new RequestForOffer object with given values.
-
makeDescription()
- Returns a generic description for this type of transactions.
RequestForOffer
public RequestForOffer(ActiveDeal deal,
Transaction ref) throws AssociationException, TransactionException
- Constructs a new RequestForOffer object.
RequestForOffer
public RequestForOffer(ActiveDeal deal,
Transaction ref,
PersonalInfo buyer,
PersonalInfo seller,
String comment,
ProductInfo productInfo,
TermsAndConditionsInfo termsAndConditionsInfo) throws AssociationException, TransactionException
- Constructs a new RequestForOffer 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