java.lang.Object | +--com.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)
newCharge
- the new shipping chargepublic void setCurrency(java.lang.String newCurrency)
newCurrency
- the currency used for the
chargepublic void setDescription(java.lang.String newDescription)
newDescription
- the new shipping information
descriptionpublic void setShippingCompany(java.lang.String newShippingCompany)
newShippingCompany
- the name of shipping
companypublic void setTrackingId(java.lang.String newTrackingId)
newTrackingId
- the new tracking id