All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.messages.ProductInfo

java.lang.Object
   |
   +----semper.BApp.bargainer.messages.ProductInfo

public class ProductInfo
extends Object
implements Serializable

Constructor Index

 o ProductInfo()
Constructs a new ProductInfo object.
 o ProductInfo(String, String, String, String, String, Hashtable)

Method Index

 o equals(ProductInfo)
 o getActivityReference()
Returns the ProductInfo activityReference.
 o getContents()
 o getCurrency()
Returns the ProductInfo currency.
 o getDescription()
Returns the ProductInfo description.
 o getDifferencesFrom(ProductInfo)
 o getFinishingDate()
Returns the ProductInfo finishing date.
 o getItemList()
Returns the ProductInfo itemList.
 o getStartingDate()
Returns the ProductInfo starting date.
 o getTotalPrice()
Returns the ProcuctInfo total price.
 o setActivityReference(String)
Sets the ProductInfo activityReference.
 o setCurrency(String)
Sets the ProductInfo currency.
 o setDescription(String)
Sets the ProductInfo description.
 o setFinishingDate(String)
Sets the ProductInfo finishing date.
 o setItemList(Hashtable)
Sets the ProductInfo itemList.
 o setStartingDate(String)
Sets the ProductInfo starting date.

Constructors

 o ProductInfo
 public ProductInfo()
Constructs a new ProductInfo object.

 o ProductInfo
 public ProductInfo(String description,
                    String startingDate,
                    String finishingDate,
                    String activityReference,
                    String currency,
                    Hashtable itemList)

Methods

 o setDescription
 public void setDescription(String description)
Sets the ProductInfo description.

Parameters:
description - the ProductInfo description
 o getDescription
 public String getDescription()
Returns the ProductInfo description.

 o setStartingDate
 public void setStartingDate(String startingDate)
Sets the ProductInfo starting date.

Parameters:
startingDate - the ProductInfo starting date
 o getStartingDate
 public String getStartingDate()
Returns the ProductInfo starting date.

 o setFinishingDate
 public void setFinishingDate(String finishingDate)
Sets the ProductInfo finishing date.

Parameters:
finishingDate - the ProductInfo finishing date
 o getFinishingDate
 public String getFinishingDate()
Returns the ProductInfo finishing date.

 o setActivityReference
 public void setActivityReference(String activityReference)
Sets the ProductInfo activityReference.

Parameters:
activityReference - the ProductInfo activityReference
 o getActivityReference
 public String getActivityReference()
Returns the ProductInfo activityReference.

 o setCurrency
 public void setCurrency(String currency)
Sets the ProductInfo currency.

Parameters:
currency - the ProductInfo currency
 o getCurrency
 public String getCurrency()
Returns the ProductInfo currency.

 o setItemList
 public void setItemList(Hashtable itemList)
Sets the ProductInfo itemList.

Parameters:
itemList - the ProductInfo itemList
 o getItemList
 public Hashtable getItemList()
Returns the ProductInfo itemList.

 o getTotalPrice
 public Float getTotalPrice()
Returns the ProcuctInfo total price.

 o getContents
 public String getContents()
 o getDifferencesFrom
 public String getDifferencesFrom(ProductInfo old)
 o equals
 public boolean equals(ProductInfo old)

All Packages  Class Hierarchy  This Package  Previous  Next  Index