psdi.app.inventory

Class InvUseStatus

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


    public class InvUseStatus
    extends Mbo
    implements InvUseStatusRemote
    Mbo to represent InvUseStatus 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 InvUse Status Change Date.
    MemoStatus Memo.
    • Constructor Detail

      • InvUseStatus

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

      • add

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