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

Constructor Index

 o Delivery(ActiveDeal, Transaction)
Constructs a new Delivery object.
 o Delivery(ActiveDeal, Transaction, PersonalInfo, PersonalInfo, String, ProductInfo, Hashtable)

Method Index

 o getContents()
 o getDeliverable()
Returns the deliverable of Delivery.
 o getDeliveryText()
 o getProductInfo()
Returns the productInfo of Delivery.
 o makeDescription()
Returns a generic description for this type of transactions.
 o setDeliverable(Hashtable)
Sets the deliverable of Delivery.
 o setProductInfo(ProductInfo)
Sets the productInfo of Delivery.

Constructors

 o Delivery
 public Delivery(ActiveDeal deal,
                 Transaction ref) throws AssociationException, TransactionException
Constructs a new Delivery object.

 o Delivery
 public Delivery(ActiveDeal deal,
                 Transaction ref,
                 PersonalInfo buyer,
                 PersonalInfo seller,
                 String comment,
                 ProductInfo productInfo,
                 Hashtable deliverable) throws AssociationException, TransactionException

Methods

 o setProductInfo
 public void setProductInfo(ProductInfo productInfo)
Sets the productInfo of Delivery.

Parameters:
productInfo - the productInfo of Delivery
 o getProductInfo
 public ProductInfo getProductInfo()
Returns the productInfo of Delivery.

 o setDeliverable
 public void setDeliverable(Hashtable deliverable)
Sets the deliverable of Delivery.

Parameters:
deliverable - the deliverable of Delivery
 o getDeliverable
 public Hashtable getDeliverable()
Returns the deliverable of Delivery.

 o getContents
 public String getContents()
Overrides:
getContents in class UnsignedMessage
 o getDeliveryText
 public String getDeliveryText()
 o 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