com.ibm.commerce.approval.beans

Class ApprovalStatusLightDataBean

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


    public class ApprovalStatusLightDataBean
    extends com.ibm.commerce.approval.objimpl.ApprovalStatusLight
    This class holds approval request information. 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.
    • Constructor Summary

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

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

        fromResultSet, fromResultSet2, getApproverId, getApproverName, getApproveTime, getComment, getEntityId, getFlowId, getFlowTypeDesc, getFlowTypeId, getId, getName, getStateId, getStatus, getSubmitterId, getSubmitterName, getSubmitTime, setApproverId, setApproverName, setApproveTime, setComment, setEntityId, setFlowId, setFlowTypeDesc, setFlowTypeId, setId, setName, setStateId, setStatus, setSubmitterId, setSubmitterName, setSubmitTime
      • 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

      • ApprovalStatusLightDataBean

        public ApprovalStatusLightDataBean()
        ApprovalStatusLightDataBean constructor.
      • ApprovalStatusLightDataBean

        public ApprovalStatusLightDataBean(com.ibm.commerce.approval.objimpl.ApprovalStatusLight theBean)
        ApprovalStatusLightDataBean constructor from ApprovalStatusLight object.
        Parameters:
        theBean - The ApprovalStatusLight object from which to construct the new databean.