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