com.ibm.commerce.order.beans
Class OrderQuotationRelDataBean
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.order.objects.OrderQuotationRelAccessBean
-
- com.ibm.commerce.order.beansrc.OrderQuotationRelDataBeanBase
-
- com.ibm.commerce.order.beans.OrderQuotationRelDataBean
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, OrderQuotationRelInputDataBean, OrderQuotationRelSmartDataBean, Delegator, java.io.Serializable
public class OrderQuotationRelDataBean extends OrderQuotationRelDataBeanBase implements OrderQuotationRelInputDataBean, OrderQuotationRelSmartDataBean
This databean represents an OrderQuotationRel object.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description OrderQuotationRelDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description CommandContext
getCommandContext()
This method gets the command context set within this bean.java.lang.String
getDataBeanKeyOrderQuotationRelId()
This method returns the order quotation relation Id.TypedProperty
getRequestProperties()
This method gets the request property set within this bean.boolean
isErrorFlagSet()
This method checks if the error flag is set.void
populate()
This method is used to populate the OrderQuotationRelDataBean.void
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.void
setDataBeanKeyOrderQuotationRelId(java.lang.String aOrderQuotationRelId)
This method sets the order quotation relation Id.void
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.-
Methods inherited from class com.ibm.commerce.order.beansrc.OrderQuotationRelDataBeanBase
getDelegate
-
Methods inherited from class com.ibm.commerce.order.objects.OrderQuotationRelAccessBean
findByChildId, findByChildIdAndRelType, findByParentIdsRelTypesAndChildIds, findByParentOrderStoreContractType, findByStoreIdContractIdRelTypeParentIdsAndChildIds, findByStoreIdDefaultContractIdRelTypeParentIdsAndChildIds, findWithPushDownQuery, getChildId, getChildIdInEntityType, getChildStoreId, getChildStoreIdInEntityType, getDisplaySequence, getDisplaySequenceInEntityType, getEntity, getFlags, getFlagsInEntityType, getOrderQuotationRelId, getOrderQuotationRelIdInEntityType, getParentId, getParentIdInEntityType, getRelType, getTimeoutTime, getTimeoutTimeInEntityType, getTradingAgreementId, getTradingAgreementIdInEntityType, instantiateEntity, setChildId, setChildId, setChildStoreId, setChildStoreId, setDisplaySequence, setDisplaySequence, setFlags, setFlags, setInitKey_orderQuotationRelId, setParentId, setParentId, setRelType, setTimeoutTime, setTimeoutTime, setTradingAgreementId, setTradingAgreementId
-
-
-
-
Method Detail
-
getRequestProperties
public TypedProperty getRequestProperties()
This method gets the request property set within this bean.- Specified by:
getRequestProperties
in interfaceInputDataBean
- Returns:
- iRequestProperties request property
-
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.- Specified by:
setRequestProperties
in interfaceInputDataBean
- Parameters:
aRequestProperty
- request property
-
getDataBeanKeyOrderQuotationRelId
public java.lang.String getDataBeanKeyOrderQuotationRelId()
This method returns the order quotation relation Id.- Specified by:
getDataBeanKeyOrderQuotationRelId
in interfaceOrderQuotationRelSmartDataBean
- Returns:
- iDataBeanKeyOrderQuotationRelId order quotation relation Id
-
getCommandContext
public CommandContext getCommandContext()
This method gets the command context set within this bean.- Specified by:
getCommandContext
in interfaceSmartDataBean
- Returns:
- iCommandContext command context
-
setCommandContext
public void setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.- Specified by:
setCommandContext
in interfaceSmartDataBean
- Parameters:
aCommandContext
- command context
-
setDataBeanKeyOrderQuotationRelId
public void setDataBeanKeyOrderQuotationRelId(java.lang.String aOrderQuotationRelId)
This method sets the order quotation relation Id.- Specified by:
setDataBeanKeyOrderQuotationRelId
in interfaceOrderQuotationRelInputDataBean
- Parameters:
aOrderQuotationRelId
- order quotation relation Id
-
populate
public void populate()
This method is used to populate the OrderQuotationRelDataBean. You must set OrderQuotationRelId using the setDataBeanKeyOrderQuotationRelId method before running thepopulate()
method.- Specified by:
populate
in interfaceSmartDataBean
- Throws:
java.lang.Exception
- See Also:
setDataBeanKeyOrderQuotationRelId(String)
-
isErrorFlagSet
public boolean isErrorFlagSet()
This method checks if the error flag is set. The error flag is bit 0 of the FLAGS field.- Returns:
- boolean
-
-