public class TradingAttachmentRelationDataBean extends TradingAttachmentRelationDataBeanBase implements TradingAttachmentRelationInputDataBean, TradingAttachmentRelationSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
| Constructor and Description |
|---|
TradingAttachmentRelationDataBean() |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyAttachmentId()
Gets the attachment ID.
|
java.lang.String |
getDataBeanKeyTradingId()
Gets the trading agreement ID.
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyAttachmentId(java.lang.String aAttachmentId)
Sets the attachment ID.
|
void |
setDataBeanKeyTradingId(java.lang.String aTradingId)
Sets the trading agreement ID.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByAttachment, findByTrading, getAttachmentId, getAttachmentIdInEntityType, getEntity, getTradingId, getTradingIdInEntityType, instantiateEntity, setInitKey_attachmentId, setInitKey_attachmentId, setInitKey_tradingId, setInitKey_tradingIdpublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyAttachmentId()
getDataBeanKeyAttachmentId in interface TradingAttachmentRelationSmartDataBeanpublic java.lang.String getDataBeanKeyTradingId()
getDataBeanKeyTradingId in interface TradingAttachmentRelationSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
DataBeanManager.activate() runs.populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.Exception - The java.lang.Exception exception.public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - The command context set within this bean.public void setDataBeanKeyAttachmentId(java.lang.String aAttachmentId)
setDataBeanKeyAttachmentId in interface TradingAttachmentRelationInputDataBeanaAttachmentId - The attachment ID.public void setDataBeanKeyTradingId(java.lang.String aTradingId)
setDataBeanKeyTradingId in interface TradingAttachmentRelationInputDataBeanaTradingId - The trading agreement ID.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty - The request property set within this bean.