public class TermConditionDescriptionDataBean extends TermConditionDescriptionDataBeanBase implements TermConditionDescriptionInputDataBean, TermConditionDescriptionSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
TermConditionDescriptionDataBean() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
Gets the language ID.
|
java.lang.String |
getDataBeanKeyTcId()
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 the
DataBeanManager.activate() runs. |
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets the language ID.
|
void |
setDataBeanKeyTcId(java.lang.String aTcId)
Sets the term condition ID.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegate
findByTC, findByTCNoCache, getEntity, getLanguageId, getLanguageIdInEntityType, getLastUpdate, getLastUpdateInEntityType, getLongDescription, getShortDescription, getTcId, getTcIdInEntityType, getTimeCreated, getTimeCreatedInEntityType, instantiateEntity, setInitKey_languageId, setInitKey_languageId, setInitKey_tcId, setInitKey_tcId, setLanguageId, setLanguageId, setLastUpdate, setLastUpdate, setLongDescription, setShortDescription, setTcId, setTcId, setTimeCreated, setTimeCreated
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
public java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId
in interface TermConditionDescriptionSmartDataBean
public java.lang.String getDataBeanKeyTcId()
getDataBeanKeyTcId
in interface TermConditionDescriptionSmartDataBean
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
public void populate()
DataBeanManager.activate()
runs.populate
in interface com.ibm.commerce.beans.SmartDataBean
java.lang.Exception
- The java.lang.Exception exception.public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
aCommandContext
- The command context set within this bean.public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId
in interface TermConditionDescriptionInputDataBean
aLanguageId
- The language ID.public void setDataBeanKeyTcId(java.lang.String aTcId)
setDataBeanKeyTcId
in interface TermConditionDescriptionInputDataBean
aTcId
- The term condition ID.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
aRequestProperty
- The request property set within this bean.