All Packages Class Hierarchy This Package Previous Next Index
Class semper.BApp.bargainer.messages.InvoiceReceipt
java.lang.Object
|
+----semper.commerce.Transaction
|
+----semper.commerce.GenericTransaction
|
+----semper.BApp.bargainer.messages.UnsignedMessage
|
+----semper.BApp.bargainer.messages.InvoiceReceipt
- public class InvoiceReceipt
- extends UnsignedMessage
-
InvoiceReceipt(ActiveDeal, Transaction)
- Constructs a new InvoiceReceipt object.
-
InvoiceReceipt(ActiveDeal, Transaction, PersonalInfo, PersonalInfo, String, ProductInfo)
-
-
getContents()
-
-
getProductInfo()
- Returns the productInfo of InvoiceReceipt.
-
makeDescription()
- Returns a generic description for this type of transactions.
-
setProductInfo(ProductInfo)
- Sets the productInfo of InvoiceReceipt.
InvoiceReceipt
public InvoiceReceipt(ActiveDeal deal,
Transaction ref) throws AssociationException, TransactionException
- Constructs a new InvoiceReceipt object.
InvoiceReceipt
public InvoiceReceipt(ActiveDeal deal,
Transaction ref,
PersonalInfo buyer,
PersonalInfo seller,
String comment,
ProductInfo productInfo) throws AssociationException, TransactionException
setProductInfo
public void setProductInfo(ProductInfo productInfo)
- Sets the productInfo of InvoiceReceipt.
- Parameters:
- productInfo - the productInfo of InvoiceReceipt
getProductInfo
public ProductInfo getProductInfo()
- Returns the productInfo of InvoiceReceipt.
getContents
public String getContents()
- Overrides:
- getContents in class UnsignedMessage
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