All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.bargainer.messages.SignedMessage
java.lang.Object
|
+----semper.commerce.Transaction
|
+----semper.commerce.StatementTransaction
|
+----semper.BApp.bargainer.messages.SignedMessage
- public class SignedMessage
- extends StatementTransaction
-
buyer
-
-
productInfo
-
-
seller
-
-
termsAndConditionsInfo
-
-
SignedMessage(ActiveDeal, Transaction, Statement)
- Constructs a new SignedMessage object.
-
SignedMessage(ActiveDeal, Transaction, Statement, String, PersonalInfo, PersonalInfo, ProductInfo, TermsAndConditionsInfo, Date)
-
-
equals(NegotiateMessage)
-
-
equals(SignedMessage)
-
-
getBuyer()
- Returns the buyer of SignedMessage.
-
getContents()
-
-
getContentsShort()
-
-
getDeliveryText()
-
-
getDifferencesFrom(NegotiateMessage)
-
-
getDifferencesFrom(SignedMessage)
-
-
getExpirationDate()
- Returns the expirationDate of SignedMessage.
-
getMessageType()
- Returns the messageType of SignedMessage.
-
getProductInfo()
- Returns the productInfo of SignedMessage.
-
getSeller()
- Returns the seller of SignedMessage.
-
getTermsAndConditionsInfo()
- Returns the termsAndConditionsInfo of SignedMessage.
-
setBuyer(PersonalInfo)
- Sets the buyer of SignedMessage.
-
setExpirationDate(Date)
- Sets the expirationDate of SignedMessage.
-
setMessageType(String)
- Sets the messageType of SignedMessage.
-
setProductInfo(ProductInfo)
- Sets the productInfo of SignedMessage.
-
setSeller(PersonalInfo)
- Sets the seller of SignedMessage.
-
setTermsAndConditionsInfo(TermsAndConditionsInfo)
- Sets the termsAndConditionsInfo of SignedMessage.
buyer
public PersonalInfo buyer
seller
public PersonalInfo seller
productInfo
public ProductInfo productInfo
termsAndConditionsInfo
public TermsAndConditionsInfo termsAndConditionsInfo
SignedMessage
public SignedMessage(ActiveDeal deal,
Transaction ref,
Statement statement) throws AssociationException, TransactionException
- Constructs a new SignedMessage object.
SignedMessage
public SignedMessage(ActiveDeal deal,
Transaction ref,
Statement statement,
String messageType,
PersonalInfo buyer,
PersonalInfo seller,
ProductInfo productInfo,
TermsAndConditionsInfo termsAndConditionsInfo,
Date expirationDate) throws AssociationException, TransactionException
setMessageType
public void setMessageType(String messageType)
- Sets the messageType of SignedMessage.
- Parameters:
- messageType - the messageType of SignedMessage
getMessageType
public String getMessageType()
- Returns the messageType of SignedMessage.
setBuyer
public void setBuyer(PersonalInfo buyer)
- Sets the buyer of SignedMessage.
- Parameters:
- buyer - the buyer of SignedMessage
getBuyer
public PersonalInfo getBuyer()
- Returns the buyer of SignedMessage.
setSeller
public void setSeller(PersonalInfo seller)
- Sets the seller of SignedMessage.
- Parameters:
- seller - the seller of SignedMessage
getSeller
public PersonalInfo getSeller()
- Returns the seller of SignedMessage.
setProductInfo
public void setProductInfo(ProductInfo productInfo)
- Sets the productInfo of SignedMessage.
- Parameters:
- productInfo - the productInfo of SignedMessage
getProductInfo
public ProductInfo getProductInfo()
- Returns the productInfo of SignedMessage.
setTermsAndConditionsInfo
public void setTermsAndConditionsInfo(TermsAndConditionsInfo termsAndConditionsInfo)
- Sets the termsAndConditionsInfo of SignedMessage.
- Parameters:
- termsAndConditionsInfo - the termsAndConditionsInfo
of SignedMessage
getTermsAndConditionsInfo
public TermsAndConditionsInfo getTermsAndConditionsInfo()
- Returns the termsAndConditionsInfo of SignedMessage.
setExpirationDate
public void setExpirationDate(Date expirationDate)
- Sets the expirationDate of SignedMessage.
- Parameters:
- expirationDate - the expirationDate of SignedMessage
getExpirationDate
public Date getExpirationDate()
- Returns the expirationDate of SignedMessage.
getContents
public String getContents()
getContentsShort
public String getContentsShort()
getDeliveryText
public String getDeliveryText()
getDifferencesFrom
public String getDifferencesFrom(SignedMessage old)
getDifferencesFrom
public String getDifferencesFrom(NegotiateMessage old)
equals
public boolean equals(SignedMessage old)
equals
public boolean equals(NegotiateMessage old)
All Packages Class Hierarchy This Package Previous Next Index