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
-
ProductInfo()
- Constructs a new ProductInfo object.
-
ProductInfo(String, String, String, String, String, Hashtable)
-
-
equals(ProductInfo)
-
-
getActivityReference()
- Returns the ProductInfo activityReference.
-
getContents()
-
-
getCurrency()
- Returns the ProductInfo currency.
-
getDescription()
- Returns the ProductInfo description.
-
getDifferencesFrom(ProductInfo)
-
-
getFinishingDate()
- Returns the ProductInfo finishing date.
-
getItemList()
- Returns the ProductInfo itemList.
-
getStartingDate()
- Returns the ProductInfo starting date.
-
getTotalPrice()
- Returns the ProcuctInfo total price.
-
setActivityReference(String)
- Sets the ProductInfo activityReference.
-
setCurrency(String)
- Sets the ProductInfo currency.
-
setDescription(String)
- Sets the ProductInfo description.
-
setFinishingDate(String)
- Sets the ProductInfo finishing date.
-
setItemList(Hashtable)
- Sets the ProductInfo itemList.
-
setStartingDate(String)
- Sets the ProductInfo starting date.
ProductInfo
public ProductInfo()
- Constructs a new ProductInfo object.
ProductInfo
public ProductInfo(String description,
String startingDate,
String finishingDate,
String activityReference,
String currency,
Hashtable itemList)
setDescription
public void setDescription(String description)
- Sets the ProductInfo description.
- Parameters:
- description - the ProductInfo description
getDescription
public String getDescription()
- Returns the ProductInfo description.
setStartingDate
public void setStartingDate(String startingDate)
- Sets the ProductInfo starting date.
- Parameters:
- startingDate - the ProductInfo starting date
getStartingDate
public String getStartingDate()
- Returns the ProductInfo starting date.
setFinishingDate
public void setFinishingDate(String finishingDate)
- Sets the ProductInfo finishing date.
- Parameters:
- finishingDate - the ProductInfo finishing date
getFinishingDate
public String getFinishingDate()
- Returns the ProductInfo finishing date.
setActivityReference
public void setActivityReference(String activityReference)
- Sets the ProductInfo activityReference.
- Parameters:
- activityReference - the ProductInfo activityReference
getActivityReference
public String getActivityReference()
- Returns the ProductInfo activityReference.
setCurrency
public void setCurrency(String currency)
- Sets the ProductInfo currency.
- Parameters:
- currency - the ProductInfo currency
getCurrency
public String getCurrency()
- Returns the ProductInfo currency.
setItemList
public void setItemList(Hashtable itemList)
- Sets the ProductInfo itemList.
- Parameters:
- itemList - the ProductInfo itemList
getItemList
public Hashtable getItemList()
- Returns the ProductInfo itemList.
getTotalPrice
public Float getTotalPrice()
- Returns the ProcuctInfo total price.
getContents
public String getContents()
getDifferencesFrom
public String getDifferencesFrom(ProductInfo old)
equals
public boolean equals(ProductInfo old)
All Packages Class Hierarchy This Package Previous Next Index