public class CreditCardCheckDataBean extends CreditCardCheckDataBeanBase implements com.ibm.commerce.payment.beans.CreditCardCheckInputDataBean, com.ibm.commerce.payment.beans.CreditCardCheckSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString| Constructor and Description |
|---|
CreditCardCheckDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCreditCardReferenceNumber()
Returns CreditCardReferenceNumber
|
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 |
setDataBeanKeyCreditCardReferenceNumber(java.lang.String aCreditCardReferenceNumber)
Sets CreditCardReferenceNumber
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByType, getCardType, getCheckTaskName, getCreditCardReferenceNumber, getCreditCardReferenceNumberInEntityType, getEntity, getLength, getLengthInEntityType, getPrefix, instantiateEntity, setCardType, setCheckTaskName, setCreditCardReferenceNumber, setCreditCardReferenceNumber, setInitKey_creditCardReferenceNumber, setInitKey_creditCardReferenceNumber, setLength, setLength, setPrefixpublic 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 getDataBeanKeyCreditCardReferenceNumber()
getDataBeanKeyCreditCardReferenceNumber in interface com.ibm.commerce.payment.beans.CreditCardCheckSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCreditCardReferenceNumber(java.lang.String aCreditCardReferenceNumber)
setDataBeanKeyCreditCardReferenceNumber in interface com.ibm.commerce.payment.beans.CreditCardCheckInputDataBeanaCreditCardReferenceNumber - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception