public class UsableInstructsPerOrderItemBlock
extends java.lang.Object
Constructor and Description |
---|
UsableInstructsPerOrderItemBlock()
ShipChargeTCPolicyData constructor.
|
Modifier and Type | Method and Description |
---|---|
AddressDataBean | getAddressDataBean()
This method returns the address databean associated with this instruction block.
|
java.lang.String | getAddressId()
This method returns address ID.
|
java.lang.String | getOrderId()
This method returns the order ID.
|
OrderItemDataBean[] | getOrderItems()
This method returns the order items.
|
java.lang.String | getShipInstructions()
This method returns shipping instructions.
|
java.lang.String | getShipModeDesc()
This method returns the ship mode description for the ship mode ID stored.
|
ShippingModeDescriptionDataBean | getShipModeDescDataBean()
This method returns the shipmode databean associated with this instruction block.
|
java.lang.String | getShipModeId()
This method returns The ship mode ID.
|
void | setAddressDataBean(AddressDataBean anAddressDataBean)
The address databean to store for this instruction block.
|
void | setAddressId(java.lang.String aAddressId)
This method sets address ID.
|
void | setOrderId(java.lang.String aOrderIdId)
This method sets the order ID.
|
void | setOrderItems(OrderItemDataBean[] ordItemDataBean)
This method sets order items.
|
void | setShipInstructions(java.lang.String aShipInstructions)
This method sets shipping instructions.
|
void | setShipModeDesc(java.lang.String aShipModeDesc)
This method sets the ship mode description
|
void | setShipModeDescDataBean(ShippingModeDescriptionDataBean aShipModeDescDataBean)
This method sets the shipmode databean to store for this instruction block.
|
void | setShipModeId(java.lang.String aShipModeId)
This method sets ship mode ID.
|
public UsableInstructsPerOrderItemBlock()
public void setOrderId(java.lang.String aOrderIdId)
public java.lang.String getOrderId()
public void setShipModeId(java.lang.String aShipModeId)
public void setShipModeDesc(java.lang.String aShipModeDesc)
public java.lang.String getShipModeId()
public java.lang.String getShipModeDesc()
public void setAddressId(java.lang.String aAddressId)
public java.lang.String getAddressId()
public void setShipInstructions(java.lang.String aShipInstructions)
public java.lang.String getShipInstructions()
public void setOrderItems(OrderItemDataBean[] ordItemDataBean)
public OrderItemDataBean[] getOrderItems()
public AddressDataBean getAddressDataBean()
public void setAddressDataBean(AddressDataBean anAddressDataBean)
public ShippingModeDescriptionDataBean getShipModeDescDataBean()
public void setShipModeDescDataBean(ShippingModeDescriptionDataBean aShipModeDescDataBean)