All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.bargainer.messages.UnsignedMessage
java.lang.Object
|
+----semper.commerce.Transaction
|
+----semper.commerce.GenericTransaction
|
+----semper.BApp.bargainer.messages.UnsignedMessage
- public class UnsignedMessage
- extends GenericTransaction
-
buyer
-
-
seller
-
-
UnsignedMessage(ActiveDeal, Transaction)
- Constructs a new UnsignedMessage object.
-
UnsignedMessage(ActiveDeal, Transaction, String, PersonalInfo, PersonalInfo, String)
-
-
getBuyer()
- Returns the buyer of UnsignedMessage.
-
getComment()
- Returns the comment of UnsignedMessage.
-
getContents()
-
-
getMessageType()
- Returns the messageType of UnsignedMessage.
-
getSeller()
- Returns the seller of UnsignedMessage.
-
setBuyer(PersonalInfo)
- Sets the buyer of UnsignedMessage.
-
setComment(String)
- Sets the comment of UnsignedMessage.
-
setMessageType(String)
- Sets the messageType of UnsignedMessage.
-
setSeller(PersonalInfo)
- Sets the seller of UnsignedMessage.
buyer
public PersonalInfo buyer
seller
public PersonalInfo seller
UnsignedMessage
public UnsignedMessage(ActiveDeal deal,
Transaction ref) throws AssociationException, TransactionException
- Constructs a new UnsignedMessage object.
UnsignedMessage
public UnsignedMessage(ActiveDeal deal,
Transaction ref,
String messageType,
PersonalInfo buyer,
PersonalInfo seller,
String comment) throws AssociationException, TransactionException
setMessageType
public void setMessageType(String messageType)
- Sets the messageType of UnsignedMessage.
- Parameters:
- messageType - the messageType of UnsignedMessage
getMessageType
public String getMessageType()
- Returns the messageType of UnsignedMessage.
setBuyer
public void setBuyer(PersonalInfo buyer)
- Sets the buyer of UnsignedMessage.
- Parameters:
- buyer - the buyer of UnsignedMessage
getBuyer
public PersonalInfo getBuyer()
- Returns the buyer of UnsignedMessage.
setSeller
public void setSeller(PersonalInfo seller)
- Sets the seller of UnsignedMessage.
- Parameters:
- seller - the seller of UnsignedMessage
getSeller
public PersonalInfo getSeller()
- Returns the seller of UnsignedMessage.
setComment
public void setComment(String comment)
- Sets the comment of UnsignedMessage.
- Parameters:
- comment - the comment of UnsignedMessage
getComment
public String getComment()
- Returns the comment of UnsignedMessage.
getContents
public String getContents()
All Packages Class Hierarchy This Package Previous Next Index