psdi.app.inventory

Class InvStatus

  • java.lang.Object
  • All Implemented Interfaces:
    java.rmi.Remote, InvStatusRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class InvStatus
    extends Mbo
    implements InvStatusRemote
    Mbo to represent InvStatus object. See Inventory Package description.

    This is a site level object.

    There is no key attribute for this object.

    The attributes in this object are as follows:

    Attribute NameDescription
    ItemNumThe identifier of the Item.
    ItemSetIdIdentifier of the itemset.
    Status New Item Status.
    ChangeByUser Signature.
    ChangedDate Item Status Change Date.
    MemoStatus Memo.
    • Constructor Detail

      • InvStatus

        public InvStatus(MboSet ms)
                  throws MXException,
                         java.rmi.RemoteException
        Your basic construtor.
        Parameters:
        ms - the InvStatus MboSet.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a new InvStatus object. This cannot be called except by the Inventory object.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXApplicationException - addstatus when its owner is not Inventory.
        MXException
        java.rmi.RemoteException