All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.bargainer.messages.NegotiateMessage
java.lang.Object
|
+----semper.commerce.Transaction
|
+----semper.commerce.GenericTransaction
|
+----semper.BApp.bargainer.messages.UnsignedMessage
|
+----semper.BApp.bargainer.messages.NegotiateMessage
- public class NegotiateMessage
- extends UnsignedMessage
-
productInfo
-
-
termsAndConditionsInfo
-
-
NegotiateMessage(ActiveDeal, Transaction)
- Constructs a new NegotiateMessage object.
-
NegotiateMessage(ActiveDeal, Transaction, String, PersonalInfo, PersonalInfo, String, ProductInfo, TermsAndConditionsInfo)
-
-
equals(NegotiateMessage)
-
-
getContents()
-
-
getDifferencesFrom(NegotiateMessage)
-
-
getProductInfo()
- Returns the productInfo of NegotiateMessage.
-
getTermsAndConditionsInfo()
- Returns the termsAndConditionsInfo of NegotiateMessage.
-
setProductInfo(ProductInfo)
- Sets the productInfo of NegotiateMessage.
-
setTermsAndConditionsInfo(TermsAndConditionsInfo)
- Sets the termsAndConditionsInfo of NegotiateMessage.
productInfo
public ProductInfo productInfo
termsAndConditionsInfo
public TermsAndConditionsInfo termsAndConditionsInfo
NegotiateMessage
public NegotiateMessage(ActiveDeal deal,
Transaction ref) throws AssociationException, TransactionException
- Constructs a new NegotiateMessage object.
NegotiateMessage
public NegotiateMessage(ActiveDeal deal,
Transaction ref,
String messageType,
PersonalInfo buyer,
PersonalInfo seller,
String comment,
ProductInfo productInfo,
TermsAndConditionsInfo termsAndConditionsInfo) throws AssociationException, TransactionException
setProductInfo
public void setProductInfo(ProductInfo productInfo)
- Sets the productInfo of NegotiateMessage.
- Parameters:
- productInfo - the productInfo of NegotiateMessage
getProductInfo
public ProductInfo getProductInfo()
- Returns the productInfo of NegotiateMessage.
setTermsAndConditionsInfo
public void setTermsAndConditionsInfo(TermsAndConditionsInfo termsAndConditionsInfo)
- Sets the termsAndConditionsInfo of NegotiateMessage.
- Parameters:
- termsAndConditionsInfo - the termsAndConditionsInfo
of NegotiateMessage
getTermsAndConditionsInfo
public TermsAndConditionsInfo getTermsAndConditionsInfo()
- Returns the termsAndConditionsInfo of NegotiateMessage.
getContents
public String getContents()
- Overrides:
- getContents in class UnsignedMessage
getDifferencesFrom
public String getDifferencesFrom(NegotiateMessage old)
equals
public boolean equals(NegotiateMessage old)
All Packages Class Hierarchy This Package Previous Next Index