public class ShippingTCShippingChargeDataBean extends java.lang.Object implements SmartDataBean, Delegator
Constructor and Description |
---|
ShippingTCShippingChargeDataBean(java.lang.Long contractId, java.lang.Integer languageId)
Constructs an ShippingTCShippingChargeDataBean from an existing contract identifier Finds the Shipping Charge Type terms and conditions in the contract
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
Returns the current command's context
|
java.lang.Long | getContractId()
Gets the contract identifier for the contract this term and condition are in
|
Protectable | getDelegate()
Returns the access control delegate of this data bean
|
java.lang.String | getLanguageId()
Gets the language identifier in which the data was loaded
|
TypedProperty | getRequestProperties()
Gets the request properties
|
java.util.Vector | getShippingCharge()
Gets the shipping charge type term and conditions in the contract
|
java.util.Vector | getShippingCharge(int i)
Gets a shipping charge type term and condition in the contract
|
void | populate()
This method is used to retrieve the Shipping Charge Type data in the contract.
|
void | setCommandContext(CommandContext newICommandContext)
Sets the command context
|
void | setRequestProperties(TypedProperty param)
Sets the request properties.
|
public ShippingTCShippingChargeDataBean(java.lang.Long contractId, java.lang.Integer languageId)
public CommandContext getCommandContext()
public java.lang.Long getContractId()
public Protectable getDelegate() throws java.lang.Exception
public java.lang.String getLanguageId()
public TypedProperty getRequestProperties()
public java.util.Vector getShippingCharge()
public java.util.Vector getShippingCharge(int i)
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext newICommandContext)
public void setRequestProperties(TypedProperty param)