All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.messages.Reject

java.lang.Object
   |
   +----semper.commerce.Transaction
           |
           +----semper.commerce.StatementTransaction
                   |
                   +----semper.BApp.bargainer.messages.SignedMessage
                           |
                           +----semper.BApp.bargainer.messages.Reject

public class Reject
extends SignedMessage

Variable Index

 o comment

Constructor Index

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

Method Index

 o getComment()
 o makeDescription()
Returns a generic statement transaction description.

Variables

 o comment
 public String comment

Constructors

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

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

Methods

 o getComment
 public String getComment()
 o makeDescription
 public Description makeDescription()
Returns a generic statement transaction description.

Overrides:
makeDescription in class StatementTransaction

All Packages  Class Hierarchy  This Package  Previous  Next  Index