psdi.app.masterpm

Class FldMasterPMJpnum

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldMasterPMJpnum
    extends MAXTableDomain
    Behaviour of the job plan field in the MasterPM object
    The job plan is used to generate the work order in the PM object

    • Constructor Detail

      • FldMasterPMJpnum

        public FldMasterPMJpnum(MboValue mbv)
                         throws MXException
        Construct and attach to the mbo value
        Parameters:
        mbv -
        Throws:
        MXException
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        When a jobplan is entered on the MasterPM, a corresponding MasterPMSequence record is created.
        If jobplan on MasterPM is clreared, the corresponding PMSequence record is also deleted.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException