com.ibm.tivoli.maximo.skd.app

Class SKDEmWoAvailRes

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.skd.app.SKDEmWoAvailRes
  • All Implemented Interfaces:
    SKDEmWoAvailResRemote, java.rmi.Remote, MboConstants, MboRemote, MaxRemoteProxy


    public class SKDEmWoAvailRes
    extends Mbo
    implements SKDEmWoAvailResRemote
    MBO object to represent SKDEmWoAvailRes.

    This is a system level object.

    The key attributes for this object are projectname,scenarioname.

    The attributes in this object are as follows:

    PROJECTNAMEIdentifies the name of the project.
    SCENARIONAMEIdentifies the name of the project scenario.
    • Constructor Detail

      • SKDEmWoAvailRes

        public SKDEmWoAvailRes(MboSet ms)
                        throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • modify

        public void modify()
                    throws MXException,
                           java.rmi.RemoteException
        called whenever a field is modified to update the change date,change by attributes.
        Overrides:
        modify in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException