public class UsableShippingDataBean extends SmartDataBeanImpl implements UsableShippingInputDataBean, UsableShippingSmartDataBean
emptyString
Constructor and Description |
---|
UsableShippingDataBean()
UsableShippingDataBean default constructor.
|
Modifier and Type | Method and Description |
---|---|
OrderItemDataBean |
getOrderItem()
This method returns the order items data bean for which shipping data is obtained.
|
ShipChargeTCPolicyData[] |
getShipChargeTCPolicyData()
This method returns the Shipping charge policy data associated with the order items contract.
|
void |
populate()
This method is used to populate the UsableShippingDataBean.
|
void |
setOrderItem(OrderItemDataBean orderItemDataBean)
This method sets the order items data bean for which data is obtained.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandContext, setCommandContext
getRequestProperties, setRequestProperties
public UsableShippingDataBean()
public void populate()
populate()
method.populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
setOrderItem(OrderItemDataBean)
public ShipChargeTCPolicyData[] getShipChargeTCPolicyData()
getShipChargeTCPolicyData
in interface UsableShippingSmartDataBean
public void setOrderItem(OrderItemDataBean orderItemDataBean)
setOrderItem
in interface UsableShippingInputDataBean
orderItemDataBean
- The order item databeanpublic OrderItemDataBean getOrderItem()