psdi.app.item

Class ItemOrgStatus

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


    public class ItemOrgStatus
    extends Mbo
    implements ItemOrgStatusRemote
    Mbo to represent ItemOrgStatus 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

      • ItemOrgStatus

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

      • add

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