public class UsableShipChargesAndAccountByShipModeDataBean extends SmartDataBeanImpl implements UsableShipChargesAndAccountByShipModeInputDataBean, UsableShipChargesAndAccountByShipModeSmartDataBean
| Constructor and Description |
|---|
| UsableShipChargesAndAccountByShipModeDataBean()
InstructsPerOrderItemBlockListDataBean default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
| int | getNumberOfShipModes()
This method returns the number of ship modes that exist across all order items for the order.
|
| ShipChargesByShipMode[] | getShipChargesByShipMode()
This method returns the shipping charges by ship mode.
|
| boolean | isShipChargesExist()
Tells the caller if shipping charges were found for this order.
|
| void | populate()
This method is used to populate the UsableShipChargesAndAccountByShipModeDataBean.
|
| void | setOrderId(java.lang.String ordersId)
This method sets the order ID of the order to collate shipping mode and shipping charge data for.
|
public UsableShipChargesAndAccountByShipModeDataBean()
public void populate()
public void setOrderId(java.lang.String ordersId)
public int getNumberOfShipModes()
public ShipChargesByShipMode[] getShipChargesByShipMode()
public boolean isShipChargesExist()