com.ibm.commerce.contract.beans
Class ShippingTCShippingChargeDataBean
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.contract.objects.ShippingTCShippingChargeAccessBean
-
- com.ibm.commerce.contract.beansrc.ShippingTCShippingChargeDataBeanBase
-
- com.ibm.commerce.contract.beans.ShippingTCShippingChargeDataBean
-
- All Implemented Interfaces:
- com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, com.ibm.commerce.beans.SmartDataBean, ShippingTCShippingChargeInputDataBean, ShippingTCShippingChargeSmartDataBean, com.ibm.commerce.security.Delegator, java.io.Serializable
public class ShippingTCShippingChargeDataBean extends ShippingTCShippingChargeDataBeanBase implements ShippingTCShippingChargeInputDataBean, ShippingTCShippingChargeSmartDataBean
This data bean represents a term and condition object. It refers to the terms and conditions used in trading agreements.
Prerequisite parameters: - WCSReferenceNumber: the term condition id
It is used when getting the shipping charge terms and conditions data from the database.
This data bean maps to the TERMCOND database table.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM copyright notice field.
-
Constructor Summary
Constructors Constructor and Description ShippingTCShippingChargeDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description com.ibm.commerce.command.CommandContext
getCommandContext()
Gets the command context set within this bean.java.lang.String
getDataBeanKeyReferenceNumber()
Gets the term condition ID.com.ibm.commerce.datatype.TypedProperty
getRequestProperties()
Gets the request property set within this bean.void
populate()
Loads data into the data bean when theDataBeanManager.activate()
runs.void
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.void
setDataBeanKeyReferenceNumber(java.lang.String aReferenceNumber)
Sets the term condition ID.void
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.-
Methods inherited from class com.ibm.commerce.contract.beansrc.ShippingTCShippingChargeDataBeanBase
getDelegate
-
Methods inherited from class com.ibm.commerce.contract.objects.ShippingTCShippingChargeAccessBean
addProductSetAdjustment, createNewVersion, deleteProductSetAdjustment, findProductSetIdsByTCIdAndType, getChangeableFlag, getChangeableFlagInEntityType, getDescription, getDescription, getEntireCatalogAdjustment, getEntireCatalogSelected, getEntity, getExclusionProductSets, getInclusionProductSets, getMandatoryFlag, getMandatoryFlagInEntityType, getParticipants, getPercentagePriceList, getPercentagePriceListIds, getPolicies, getPoliciesByType, getPriceListIds, getProductSetAdjustments, getReferenceNumber, getReferenceNumberInEntityType, getTcSequence, getTcSequenceInEntityType, getTcSubType, getTimeCreated, getTimeCreatedInEntityType, getTimeUpdated, getTimeUpdatedInEntityType, getTradingId, getTradingIdInEntityType, getXMLDefinitions, getXMLString, getXMLString, getXMLStrings, instantiateEntity, markForDelete, parseXMLElement, setChangeableFlag, setChangeableFlag, setEntireCatalogAdjustment, setEntireCatalogAdjustment, setEntireCatalogSelected, setEntireCatalogSelected, setInitKey_referenceNumber, setInitKey_referenceNumber, setMandatoryFlag, setMandatoryFlag, setReferenceNumber, setReferenceNumber, setTcSequence, setTcSequence, setTimeCreated, setTimeCreated, setTimeUpdated, setTimeUpdated, setTradingId, setTradingId, setXMLDefinition, setXMLDefinition, updateProductSetAdjustment
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
The IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommandContext
public com.ibm.commerce.command.CommandContext getCommandContext()
Gets the command context set within this bean.- Specified by:
getCommandContext
in interfacecom.ibm.commerce.beans.SmartDataBean
- Returns:
- The command context set within this bean.
-
getDataBeanKeyReferenceNumber
public java.lang.String getDataBeanKeyReferenceNumber()
Gets the term condition ID.- Specified by:
getDataBeanKeyReferenceNumber
in interfaceShippingTCShippingChargeSmartDataBean
- Returns:
- The term condition ID.
-
getRequestProperties
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
Gets the request property set within this bean.- Specified by:
getRequestProperties
in interfacecom.ibm.commerce.beans.InputDataBean
- Returns:
- The request property set within this bean.
-
populate
public void populate()
Loads data into the data bean when theDataBeanManager.activate()
runs.- Specified by:
populate
in interfacecom.ibm.commerce.beans.SmartDataBean
- Throws:
java.lang.Exception
- The java.lang.Exception exception.
-
setCommandContext
public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.- Specified by:
setCommandContext
in interfacecom.ibm.commerce.beans.SmartDataBean
- Parameters:
aCommandContext
- The command context set within this bean.
-
setDataBeanKeyReferenceNumber
public void setDataBeanKeyReferenceNumber(java.lang.String aReferenceNumber)
Sets the term condition ID.- Specified by:
setDataBeanKeyReferenceNumber
in interfaceShippingTCShippingChargeInputDataBean
- Parameters:
aReferenceNumber
- The term condition ID.
-
setRequestProperties
public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.- Specified by:
setRequestProperties
in interfacecom.ibm.commerce.beans.InputDataBean
- Parameters:
aRequestProperty
- The request property set within this bean.
-
-