com.ibm.tivoli.maximo.skd.app

Class SKDExtraCapacity

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


    public class SKDExtraCapacity
    extends Mbo
    implements SKDExtraCapacityRemote
    MBO object to represent SKDExtraCapacity.

    This is a system level object.

    The key attributes for this object are SKDEXtraCapacity.

    The attributes in this object are as follows:

    SKDPROJECTIDIdentifies the name of the scheduler project.
    TYPEIdentifies the type of record.It includes Craft, Crew, Tool.
    SKILLNAMEIdentifies the skill.
    DESCRIPTIONName or description of craft.
    VALUEIdentifies the extra capacity.
    ITEMSETIDIndicated the item set.
    ORGIDIdentifies the organization.
    • Constructor Detail

      • SKDExtraCapacity

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