java.lang.Objectcom.ibm.commerce.me.datatype.ShippingInfo
Stores Shipping information such as charge, currency, description, shipping comapny, tracking ID
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright field |
Constructor Summary | |
ShippingInfo() ShippingInfo default constructor |
Method Summary | |
java.math.BigDecimal | getCharge() Gets the shipping charge |
java.lang.String | getCurrency() Gets the currency used for shipping charge |
java.lang.String | getDescription() Gets the description |
java.lang.String | getShippingCompany() Gets the name of the shipping company |
java.lang.String | getTrackingId() Gets the tracking id |
void | setCharge(java.math.BigDecimal newCharge) Sets the shipping charge |
void | setCurrency(java.lang.String newCurrency) Sets the currency used for shipping charge |
void | setDescription(java.lang.String newDescription) Sets the description |
void | setShippingCompany(java.lang.String newShippingCompany) Sets the name of the shipping company |
void | setTrackingId(java.lang.String newTrackingId) Sets the tracking id |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ShippingInfo()
Method Detail |
public java.math.BigDecimal getCharge()
public java.lang.String getCurrency()
public java.lang.String getDescription()
public java.lang.String getShippingCompany()
public java.lang.String getTrackingId()
public void setCharge(java.math.BigDecimal newCharge)
public void setCurrency(java.lang.String newCurrency)
public void setDescription(java.lang.String newDescription)
public void setShippingCompany(java.lang.String newShippingCompany)
public void setTrackingId(java.lang.String newTrackingId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.