com.ibm.commerce.approval.beans

Class ApprovalTaskLightDataBean

  • java.lang.Object
    • com.ibm.commerce.approval.objimpl.ApprovalTaskLight
      • com.ibm.commerce.approval.beans.ApprovalTaskLightDataBean
  • All Implemented Interfaces:
    java.io.Serializable


    public class ApprovalTaskLightDataBean
    extends com.ibm.commerce.approval.objimpl.ApprovalTaskLight
    This class holds process information used in creating a drop down list. It is populated from a result set row via a call to the fromResultSet method.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright field.
      • Fields inherited from class com.ibm.commerce.approval.objimpl.ApprovalTaskLight

        flowTypeDesc, flowTypeId
    • Constructor Summary

      Constructors 
      Constructor and Description
      ApprovalTaskLightDataBean()
      ApprovalTaskLightDataBean constructor.
      ApprovalTaskLightDataBean(com.ibm.commerce.approval.objimpl.ApprovalTaskLight theBean)
      ApprovalTaskLightDataBean constructor from ApprovalTaskLight object.
    • Method Summary

      • Methods inherited from class com.ibm.commerce.approval.objimpl.ApprovalTaskLight

        fromResultSet, getFlowTypeDesc, getFlowTypeId, setFlowTypeDesc, setFlowTypeId
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ApprovalTaskLightDataBean

        public ApprovalTaskLightDataBean()
        ApprovalTaskLightDataBean constructor.
      • ApprovalTaskLightDataBean

        public ApprovalTaskLightDataBean(com.ibm.commerce.approval.objimpl.ApprovalTaskLight theBean)
        ApprovalTaskLightDataBean constructor from ApprovalTaskLight object.
        Parameters:
        theBean - The ApprovalTaskLight object from which to instantiate the new databean.