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
-
SimpleReject(ActiveDeal, Transaction)
- Constructs a new SimpleReject object.
-
SimpleReject(ActiveDeal, Transaction, PersonalInfo, PersonalInfo, String)
-
-
makeDescription()
- Returns a generic description for this type of transactions.
SimpleReject
public SimpleReject(ActiveDeal deal,
Transaction ref) throws AssociationException, TransactionException
- Constructs a new SimpleReject object.
SimpleReject
public SimpleReject(ActiveDeal deal,
Transaction ref,
PersonalInfo buyer,
PersonalInfo seller,
String comment) throws AssociationException, TransactionException
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