public class PaymentMethodDescriptionDataBean extends PaymentMethodDescriptionDataBeanBase implements com.ibm.commerce.payment.beans.PaymentMethodDescriptionInputDataBean, com.ibm.commerce.payment.beans.PaymentMethodDescriptionSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString
Constructor and Description |
---|
PaymentMethodDescriptionDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
Returns LanguageId
|
java.lang.String |
getDataBeanKeyPaymentMethodId()
Returns PaymentMethodId
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets LanguageId
|
void |
setDataBeanKeyPaymentMethodId(java.lang.String aPaymentMethodId)
Sets PaymentMethodId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegate
getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getPaymentMethodId, getPaymentMethodIdInEntityType, instantiateEntity, setDescription, setInitKey_languageId, setInitKey_languageId, setInitKey_paymentMethodId, setInitKey_paymentMethodId, setLanguageId, setLanguageId, setPaymentMethodId, setPaymentMethodId
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId
in interface com.ibm.commerce.payment.beans.PaymentMethodDescriptionSmartDataBean
public java.lang.String getDataBeanKeyPaymentMethodId()
getDataBeanKeyPaymentMethodId
in interface com.ibm.commerce.payment.beans.PaymentMethodDescriptionSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId
in interface com.ibm.commerce.payment.beans.PaymentMethodDescriptionInputDataBean
aLanguageId
- java.lang.Stringpublic void setDataBeanKeyPaymentMethodId(java.lang.String aPaymentMethodId)
setDataBeanKeyPaymentMethodId
in interface com.ibm.commerce.payment.beans.PaymentMethodDescriptionInputDataBean
aPaymentMethodId
- java.lang.Stringpublic void populate()
populate
in interface SmartDataBean
java.lang.Exception