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