public class ShippingArrangementJurisdictionGroupRelDataBean
extends com.ibm.commerce.fulfillment.beansrc.ShippingArrangementJurisdictionGroupRelDataBeanBase
implements com.ibm.commerce.fulfillment.beans.ShippingArrangementJurisdictionGroupRelInputDataBean, com.ibm.commerce.fulfillment.beans.ShippingArrangementJurisdictionGroupRelSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ShippingArrangementJurisdictionGroupRelDataBean(java.lang.String aIShippingArrangementId,
java.lang.String aIJurisdictionGroupId)
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyIJurisdictionGroupId()
This method returns the databean key:IJurisdictionGroupId.
|
java.lang.String |
getDataBeanKeyIShippingArrangementId()
This method returns the databean key:IShippingArrangementId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the ShippingArrangementJurisdictionGroupRelDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyIJurisdictionGroupId(java.lang.String aIJurisdictionGroupId)
This method sets the databean key:IJurisdictionGroupId.
|
void |
setDataBeanKeyIShippingArrangementId(java.lang.String aIShippingArrangementId)
This method sets the databean key:IShippingArrangementId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByShippingArrangementId, getEntity, getJurisdictionGroupId, getJurisdictionGroupIdInEntityType, getShippingArrangementId, getShippingArrangementIdInEntityType, instantiateEntity, setInitKey_iJurisdictionGroupId, setInitKey_iJurisdictionGroupId, setInitKey_iShippingArrangementId, setInitKey_iShippingArrangementId, setJurisdictionGroupId, setJurisdictionGroupId, setShippingArrangementId, setShippingArrangementIdpublic static final java.lang.String COPYRIGHT
public ShippingArrangementJurisdictionGroupRelDataBean(java.lang.String aIShippingArrangementId,
java.lang.String aIJurisdictionGroupId)
aIShippingArrangementId - java.lang.StringaIJurisdictionGroupId - java.lang.Stringpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyIShippingArrangementId()
getDataBeanKeyIShippingArrangementId in interface com.ibm.commerce.fulfillment.beans.ShippingArrangementJurisdictionGroupRelSmartDataBeanpublic java.lang.String getDataBeanKeyIJurisdictionGroupId()
getDataBeanKeyIJurisdictionGroupId in interface com.ibm.commerce.fulfillment.beans.ShippingArrangementJurisdictionGroupRelSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIShippingArrangementId(java.lang.String aIShippingArrangementId)
setDataBeanKeyIShippingArrangementId in interface com.ibm.commerce.fulfillment.beans.ShippingArrangementJurisdictionGroupRelInputDataBeanaIShippingArrangementId - java.lang.Stringpublic void setDataBeanKeyIJurisdictionGroupId(java.lang.String aIJurisdictionGroupId)
setDataBeanKeyIJurisdictionGroupId in interface com.ibm.commerce.fulfillment.beans.ShippingArrangementJurisdictionGroupRelInputDataBeanaIJurisdictionGroupId - java.lang.Stringpublic void populate()
iDataBeanKeyIShippingArrangementId and iDataBeanKeyIJurisdictionGroupId
using the setDataBeanKeyIShippingArrangementId(java.lang.String) and setDataBeanKeyIJurisdictionGroupId(java.lang.String) method before running the populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyIShippingArrangementId(java.lang.String),
setDataBeanKeyIJurisdictionGroupId(java.lang.String)