com.ibm.commerce.inventory.beans

Class PickBatchDataBean

    • Field Detail

      • COPYRIGHT

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

      • PickBatchDataBean

        public PickBatchDataBean()
    • Method Detail

      • getDelegate

        public Protectable getDelegate()
                                throws java.lang.Exception
        This method returns the Protectable object whose access control policies will indirectly control the access control for this object.
        Specified by:
        getDelegate in interface Delegator
        Returns:
        The Protectable object whose access control policies will indirectly control the access control for this object
        Throws:
        exception
        java.lang.Exception
      • getLastUpdate

        public java.lang.String getLastUpdate()
        This method gets last update time.
        Returns:
        istrLastUpdate last update time
      • getLogOnId

        public java.lang.String getLogOnId()
        This method gets logon Id.
        Returns:
        istrLogOnId logon Id
      • getmemberId

        public java.lang.String getmemberId()
        This method gets member Id.
        Returns:
        istrMemberId member Id
      • setStoreentId

        public void setStoreentId(java.lang.String newStoreentId)
        This method sets the new storeent id.
        Parameters:
        newStoreentId - new storeent id
      • getStoreentId

        public java.lang.String getStoreentId()
        This method gets the storeent id.
        Returns:
        storeent_id storeent id
      • getOwner

        public java.lang.Long getOwner()
                                throws java.lang.Exception
        This method returns the member id of the owner. It will change the owner from the owner of the fulfillment center to the owner of the store.
        Specified by:
        getOwner in interface Protectable
        Returns:
        The member id of the owner
        Throws:
        java.lang.Exception
      • getPickBatchId

        public java.lang.String getPickBatchId()
        This method gets the pick batch id.
        Returns:
        istrPickBatchId pick batch id
      • setLastUpdate

        public void setLastUpdate(java.lang.String newLastUpdate)
        This method sets the last update time.
        Parameters:
        newLastUpdate - last update time
      • setLogOnId

        public void setLogOnId(java.lang.String newLogOnId)
        This method sets the logon id.
        Parameters:
        newLogOnId - logon id
      • setMemberId

        public void setMemberId(java.lang.String newMemberId)
        This method sets the member id.
        Parameters:
        newMemberId - member id
      • setPickBatchId

        public void setPickBatchId(java.lang.String newPickBatchId)
        This method sets the pick batch id.
        Parameters:
        newPickBatchId - pick batch id