psdi.app.item

Class ItemStatus

  • All Implemented Interfaces:
    java.rmi.Remote, ItemStatusRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class ItemStatus
    extends Mbo
    implements ItemStatusRemote
    Mbo to represent ItemStatus object. See Item Package description.

    This is a set 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

      • ItemStatus

        public ItemStatus(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 ItemStatus 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