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

Variable Index

 o buyer
 o seller

Constructor Index

 o UnsignedMessage(ActiveDeal, Transaction)
Constructs a new UnsignedMessage object.
 o UnsignedMessage(ActiveDeal, Transaction, String, PersonalInfo, PersonalInfo, String)

Method Index

 o getBuyer()
Returns the buyer of UnsignedMessage.
 o getComment()
Returns the comment of UnsignedMessage.
 o getContents()
 o getMessageType()
Returns the messageType of UnsignedMessage.
 o getSeller()
Returns the seller of UnsignedMessage.
 o setBuyer(PersonalInfo)
Sets the buyer of UnsignedMessage.
 o setComment(String)
Sets the comment of UnsignedMessage.
 o setMessageType(String)
Sets the messageType of UnsignedMessage.
 o setSeller(PersonalInfo)
Sets the seller of UnsignedMessage.

Variables

 o buyer
 public PersonalInfo buyer
 o seller
 public PersonalInfo seller

Constructors

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

 o UnsignedMessage
 public UnsignedMessage(ActiveDeal deal,
                        Transaction ref,
                        String messageType,
                        PersonalInfo buyer,
                        PersonalInfo seller,
                        String comment) throws AssociationException, TransactionException

Methods

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

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

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

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

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

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

 o setComment
 public void setComment(String comment)
Sets the comment of UnsignedMessage.

Parameters:
comment - the comment of UnsignedMessage
 o getComment
 public String getComment()
Returns the comment of UnsignedMessage.

 o getContents
 public String getContents()

All Packages  Class Hierarchy  This Package  Previous  Next  Index