com.ibm.commerce.ubf.beans

Interface BusinessFlowEntityBean

  • All Known Implementing Classes:
    ContractFlowEntityBean


    public interface BusinessFlowEntityBean
    Insert the type's description here. Creation date: (3/26/2001 1:06:30 PM)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Long getEntityId()
      Insert the method's description here.
      java.lang.Integer getStateIdentifier()
      Insert the method's description here.
      void save()
      Insert the method's description here.
      void setEntityId(java.lang.Long aId)
      Insert the method's description here.
      void setStateIdentifier(java.lang.Integer aStateIdentifier)
      Insert the method's description here.
    • Method Detail

      • getEntityId

        java.lang.Long getEntityId()
        Insert the method's description here. Creation date: (5/12/2001 11:15:21 AM)
        Parameters:
        aId - java.lang.Long
      • getStateIdentifier

        java.lang.Integer getStateIdentifier()
        Insert the method's description here. Creation date: (5/12/2001 10:54:05 AM)
        Returns:
        java.lang.Integer
      • save

        void save()
        Insert the method's description here. Creation date: (5/25/2001 3:55:35 PM)
      • setEntityId

        void setEntityId(java.lang.Long aId)
        Insert the method's description here. Creation date: (5/12/2001 1:48:26 PM)
        Parameters:
        aId - java.lang.Long
      • setStateIdentifier

        void setStateIdentifier(java.lang.Integer aStateIdentifier)
        Insert the method's description here. Creation date: (5/12/2001 10:53:20 AM)
        Parameters:
        aStateIdentifier - java.lang.Integer