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
-
comment
-
-
Reject(ActiveDeal, Transaction, Statement)
- Constructs a new Reject object.
-
Reject(ActiveDeal, Transaction, Statement, PersonalInfo, PersonalInfo, ProductInfo, TermsAndConditionsInfo, Date, String)
-
-
getComment()
-
-
makeDescription()
- Returns a generic statement transaction description.
comment
public String comment
Reject
public Reject(ActiveDeal deal,
Transaction ref,
Statement statement) throws AssociationException, TransactionException
- Constructs a new Reject object.
Reject
public Reject(ActiveDeal deal,
Transaction ref,
Statement statement,
PersonalInfo buyer,
PersonalInfo seller,
ProductInfo productInfo,
TermsAndConditionsInfo termsAndConditionsInfo,
Date expirationDate,
String comment) throws AssociationException, TransactionException
getComment
public String getComment()
makeDescription
public Description makeDescription()
- Returns a generic statement transaction description.
- Overrides:
- makeDescription in class StatementTransaction
All Packages Class Hierarchy This Package Previous Next Index