com.ibm.commerce.payment.beans
Class CreditLineDataBean
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.payment.objects.CreditLineAccessBean
-
- com.ibm.commerce.payment.beansrc.CreditLineDataBeanBase
-
- com.ibm.commerce.payment.beans.CreditLineDataBean
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.payment.beans.CreditLineInputDataBean, com.ibm.commerce.payment.beans.CreditLineSmartDataBean, Delegator, java.io.Serializable
public class CreditLineDataBean extends CreditLineDataBeanBase implements com.ibm.commerce.payment.beans.CreditLineInputDataBean, com.ibm.commerce.payment.beans.CreditLineSmartDataBean
This databean represents a CreditLine object.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description CreditLineDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description CommandContext
getCommandContext()
Gets the command context set within this bean.java.lang.String
getDataBeanKeyCreditLineId()
Returns CreditLineIdTypedProperty
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 CreditLineIdvoid
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.-
Methods inherited from class com.ibm.commerce.payment.beansrc.CreditLineDataBeanBase
getDelegate
-
Methods inherited from class com.ibm.commerce.payment.objects.CreditLineAccessBean
findByAccountId, 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, setTimeUpdated
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright- See Also:
- Constant Field Values
-
-
Method Detail
-
getRequestProperties
public TypedProperty getRequestProperties()
Gets the request property set within this bean.- Specified by:
getRequestProperties
in interfaceInputDataBean
- Returns:
- com.ibm.commerce.datatype.TypedProperty
-
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.- Specified by:
setRequestProperties
in interfaceInputDataBean
- Parameters:
aRequestProperty
- com.ibm.commerce.datatype.TypedProperty
-
getDataBeanKeyCreditLineId
public java.lang.String getDataBeanKeyCreditLineId()
Returns CreditLineId- Specified by:
getDataBeanKeyCreditLineId
in interfacecom.ibm.commerce.payment.beans.CreditLineSmartDataBean
- Returns:
- java.lang.String
-
getCommandContext
public CommandContext getCommandContext()
Gets the command context set within this bean.- Specified by:
getCommandContext
in interfaceSmartDataBean
- Returns:
- com.ibm.commerce.command.CommandContext
-
setCommandContext
public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.- Specified by:
setCommandContext
in interfaceSmartDataBean
- Parameters:
aCommandContext
- com.ibm.commerce.command.CommandContext
-
setDataBeanKeyCreditLineId
public void setDataBeanKeyCreditLineId(java.lang.String aCreditLineId)
Sets CreditLineId- Specified by:
setDataBeanKeyCreditLineId
in interfacecom.ibm.commerce.payment.beans.CreditLineInputDataBean
- Parameters:
aCreditLineId
- java.lang.String
-
populate
public void populate()
Retrieves data from the database.- Specified by:
populate
in interfaceSmartDataBean
- Throws:
java.lang.Exception
-
-