All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.messages.SimpleReject

java.lang.Object
   |
   +----semper.commerce.Transaction
           |
           +----semper.commerce.GenericTransaction
                   |
                   +----semper.BApp.bargainer.messages.UnsignedMessage
                           |
                           +----semper.BApp.bargainer.messages.SimpleReject

public class SimpleReject
extends UnsignedMessage

Constructor Index

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

Method Index

 o makeDescription()
Returns a generic description for this type of transactions.

Constructors

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

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

Methods

 o makeDescription
 public Description makeDescription()
Returns a generic description for this type of transactions.

Overrides:
makeDescription in class GenericTransaction

All Packages  Class Hierarchy  This Package  Previous  Next  Index