public class ShipChargesByShipMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
ShipChargesByShipMode()
ShipChargeTCPolicyData constructor .
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCarrierAccountNumber()
Gets the carrier account number held for the ship mode if the shipping charge type
is charge by carrier
|
int |
getNumberOfShipChargeTypes()
Gets the number of shipping charge types for the ship mode
|
java.lang.String |
getOrdersId()
Gets the orders ID related to the data held for this ship mode
|
java.lang.String |
getShipModeDesc()
Gets the shipping mode description for which shipping charge types data is held
|
java.lang.String |
getShipModeId()
Gets the ship mode ID of this order, for which ship charge data is being held
|
ShipChargeTCPolicyData[] |
getShippingChargeTypes()
Gets the shipping charge types associated with the ship mode
|
void |
performMainTask()
Processing is required to make sure that the correct charge type is selected
|
void |
setLanguageId(java.lang.Integer languageId)
Sets the language ID pertinent to this store
|
void |
setOrdersId(java.lang.String anOrdersId)
Sets the orders ID for which to hold ship charge data.
|
void |
setShipChargeTCPolicyDataArray(ShipChargeTCPolicyData[] shipChargeTCPolicyData)
The shipping charge types associated with this ship mode
|
void |
setShipModeId(java.lang.String aShipModeId)
Sets the ship mode ID
|
java.lang.String |
toString()
Return in a string format all data for this shipping charge.
|
public static final java.lang.String COPYRIGHT
public ShipChargesByShipMode()
public void performMainTask() throws java.lang.Exception
java.lang.Exception
public java.lang.String getOrdersId()
public void setShipModeId(java.lang.String aShipModeId)
aShipModeId
- public void setLanguageId(java.lang.Integer languageId)
languageId
- public void setOrdersId(java.lang.String anOrdersId)
anOrdersId
- public java.lang.String getShipModeId()
public java.lang.String getShipModeDesc()
public ShipChargeTCPolicyData[] getShippingChargeTypes()
public int getNumberOfShipChargeTypes()
public void setShipChargeTCPolicyDataArray(ShipChargeTCPolicyData[] shipChargeTCPolicyData)
shipChargeTCPolicyData
- public java.lang.String getCarrierAccountNumber()
public java.lang.String toString()
toString
in class java.lang.Object