psdi.app.pm

Class FldPMLeadTimeActive

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldPMLeadTimeActive
    extends MboValueAdapter
    Behaviour of the non-persistant field 'LEADTIMEACTIVE' in the PM object
    'LeadtimeActive' attribute indicates whether Lead Time is used on a PM record to generate a work order in advance of when it is due.

    Last Update: October 06, 2000 Sudha

    • Constructor Detail

      • FldPMLeadTimeActive

        public FldPMLeadTimeActive(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 LeadTimeActive is 'true', the PM.LeadTime attribute is editable & specifies that LeadTime can be applied to PM. when LeadTimeActive is 'false', the PM.LeadTime attribute is read-only and set to null.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException