com.ibm.commerce.order.beans
Class OrderQuotationRelDataBean

java.lang.Object
  |
  +--com.ibm.commerce.order.beansrc.OrderQuotationRelDataBeanBase
        |
        +--com.ibm.commerce.order.beans.OrderQuotationRelDataBean
All Implemented Interfaces:
DataBean, InputDataBean, OrderQuotationRelInputDataBean, OrderQuotationRelSmartDataBean, java.io.Serializable, SmartDataBean

public class OrderQuotationRelDataBean
extends com.ibm.commerce.order.beansrc.OrderQuotationRelDataBeanBase
implements OrderQuotationRelInputDataBean, OrderQuotationRelSmartDataBean

IBM internal use only.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ibm.commerce.order.beans. OrderQuotationRelInputDataBean
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Fields inherited from interface com.ibm.commerce.order.beans. OrderQuotationRelSmartDataBean
COPYRIGHT
 
Constructor Summary
OrderQuotationRelDataBean()
           
 
Method Summary
  CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyOrderQuotationRelId()
          Returns OrderQuotationRelId
  TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 boolean isErrorFlagSet()
          Checks if the error flag is set.
 void populate()
          Retrieves data from the database.
 void setCommandContext( CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyOrderQuotationRelId(java.lang.String aOrderQuotationRelId)
          Sets OrderQuoatationRelId
 void setRequestProperties( TypedProperty aRequestProperty)
          Sets the request property within this bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderQuotationRelDataBean

public OrderQuotationRelDataBean()
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request property set within this bean.
Specified by:
getRequestProperties in interface InputDataBean
Returns:
com.ibm.commerce.datatype.TypedProperty

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Sets the request property within this bean.
Specified by:
setRequestProperties in interface InputDataBean
Parameters:
aRequestProperty - TypedProperty
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

getDataBeanKeyOrderQuotationRelId

public java.lang.String getDataBeanKeyOrderQuotationRelId()
Returns OrderQuotationRelId
Specified by:
getDataBeanKeyOrderQuotationRelId in interface OrderQuotationRelSmartDataBean
Returns:
java.lang.String

getCommandContext

public CommandContext getCommandContext()
Gets the command context set within this bean.
Specified by:
getCommandContext in interface SmartDataBean
Returns:
com.ibm.commerce.command.CommandContext

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
Specified by:
setCommandContext in interface SmartDataBean
Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext

setDataBeanKeyOrderQuotationRelId

public void setDataBeanKeyOrderQuotationRelId(java.lang.String aOrderQuotationRelId)
Sets OrderQuoatationRelId
Specified by:
setDataBeanKeyOrderQuotationRelId in interface OrderQuotationRelInputDataBean
Parameters:
aOrderQuotationRelId - java.lang.String
Returns:
void

populate

public void populate()
              throws java.lang.Exception
Retrieves data from the database.
Specified by:
populate in interface SmartDataBean
Throws:
java.lang.Exception

isErrorFlagSet

public boolean isErrorFlagSet()
Checks if the error flag is set. The error flag is bit 0 of the FLAGS field.
Returns:
boolean