public class CreditLineDataBean extends CreditLineDataBeanBase implements com.ibm.commerce.payment.beans.CreditLineInputDataBean, com.ibm.commerce.payment.beans.CreditLineSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString| Constructor and Description |
|---|
CreditLineDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCreditLineId()
Returns CreditLineId
|
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 |
setDataBeanKeyCreditLineId(java.lang.String aCreditLineId)
Sets CreditLineId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByAccountId, getAccountId, getAccountIdInEntityType, getCreditLimit, getCreditLimitInEntityType, getCreditLineId, getCreditLineIdInEntityType, getCurrency, getDecimalField1, getDecimalField1InEntityType, getDecimalField2, getDecimalField2InEntityType, getEntity, getState, getStateInEntityType, getTimeCreated, getTimeCreatedInEntityType, getTimeUpdated, getTimeUpdatedInEntityType, instantiateEntity, setAccountId, setAccountId, setCreditLimit, setCreditLimit, setCreditLineId, setCreditLineId, setCurrency, setDecimalField1, setDecimalField1, setDecimalField2, setDecimalField2, setInitKey_creditLineId, setInitKey_creditLineId, setState, setState, setTimeCreated, setTimeCreated, setTimeUpdated, setTimeUpdatedpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyCreditLineId()
getDataBeanKeyCreditLineId in interface com.ibm.commerce.payment.beans.CreditLineSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCreditLineId(java.lang.String aCreditLineId)
setDataBeanKeyCreditLineId in interface com.ibm.commerce.payment.beans.CreditLineInputDataBeanaCreditLineId - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception