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

Variable Index

 o buyer
 o productInfo
 o seller
 o termsAndConditionsInfo

Constructor Index

 o SignedMessage(ActiveDeal, Transaction, Statement)
Constructs a new SignedMessage object.
 o SignedMessage(ActiveDeal, Transaction, Statement, String, PersonalInfo, PersonalInfo, ProductInfo, TermsAndConditionsInfo, Date)

Method Index

 o equals(NegotiateMessage)
 o equals(SignedMessage)
 o getBuyer()
Returns the buyer of SignedMessage.
 o getContents()
 o getContentsShort()
 o getDeliveryText()
 o getDifferencesFrom(NegotiateMessage)
 o getDifferencesFrom(SignedMessage)
 o getExpirationDate()
Returns the expirationDate of SignedMessage.
 o getMessageType()
Returns the messageType of SignedMessage.
 o getProductInfo()
Returns the productInfo of SignedMessage.
 o getSeller()
Returns the seller of SignedMessage.
 o getTermsAndConditionsInfo()
Returns the termsAndConditionsInfo of SignedMessage.
 o setBuyer(PersonalInfo)
Sets the buyer of SignedMessage.
 o setExpirationDate(Date)
Sets the expirationDate of SignedMessage.
 o setMessageType(String)
Sets the messageType of SignedMessage.
 o setProductInfo(ProductInfo)
Sets the productInfo of SignedMessage.
 o setSeller(PersonalInfo)
Sets the seller of SignedMessage.
 o setTermsAndConditionsInfo(TermsAndConditionsInfo)
Sets the termsAndConditionsInfo of SignedMessage.

Variables

 o buyer
 public PersonalInfo buyer
 o seller
 public PersonalInfo seller
 o productInfo
 public ProductInfo productInfo
 o termsAndConditionsInfo
 public TermsAndConditionsInfo termsAndConditionsInfo

Constructors

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

 o SignedMessage
 public SignedMessage(ActiveDeal deal,
                      Transaction ref,
                      Statement statement,
                      String messageType,
                      PersonalInfo buyer,
                      PersonalInfo seller,
                      ProductInfo productInfo,
                      TermsAndConditionsInfo termsAndConditionsInfo,
                      Date expirationDate) throws AssociationException, TransactionException

Methods

 o setMessageType
 public void setMessageType(String messageType)
Sets the messageType of SignedMessage.

Parameters:
messageType - the messageType of SignedMessage
 o getMessageType
 public String getMessageType()
Returns the messageType of SignedMessage.

 o setBuyer
 public void setBuyer(PersonalInfo buyer)
Sets the buyer of SignedMessage.

Parameters:
buyer - the buyer of SignedMessage
 o getBuyer
 public PersonalInfo getBuyer()
Returns the buyer of SignedMessage.

 o setSeller
 public void setSeller(PersonalInfo seller)
Sets the seller of SignedMessage.

Parameters:
seller - the seller of SignedMessage
 o getSeller
 public PersonalInfo getSeller()
Returns the seller of SignedMessage.

 o setProductInfo
 public void setProductInfo(ProductInfo productInfo)
Sets the productInfo of SignedMessage.

Parameters:
productInfo - the productInfo of SignedMessage
 o getProductInfo
 public ProductInfo getProductInfo()
Returns the productInfo of SignedMessage.

 o setTermsAndConditionsInfo
 public void setTermsAndConditionsInfo(TermsAndConditionsInfo termsAndConditionsInfo)
Sets the termsAndConditionsInfo of SignedMessage.

Parameters:
termsAndConditionsInfo - the termsAndConditionsInfo of SignedMessage
 o getTermsAndConditionsInfo
 public TermsAndConditionsInfo getTermsAndConditionsInfo()
Returns the termsAndConditionsInfo of SignedMessage.

 o setExpirationDate
 public void setExpirationDate(Date expirationDate)
Sets the expirationDate of SignedMessage.

Parameters:
expirationDate - the expirationDate of SignedMessage
 o getExpirationDate
 public Date getExpirationDate()
Returns the expirationDate of SignedMessage.

 o getContents
 public String getContents()
 o getContentsShort
 public String getContentsShort()
 o getDeliveryText
 public String getDeliveryText()
 o getDifferencesFrom
 public String getDifferencesFrom(SignedMessage old)
 o getDifferencesFrom
 public String getDifferencesFrom(NegotiateMessage old)
 o equals
 public boolean equals(SignedMessage old)
 o equals
 public boolean equals(NegotiateMessage old)

All Packages  Class Hierarchy  This Package  Previous  Next  Index