psdi.app.jobplan

Class FldJobPlanDefaultWOClass

    • Constructor Detail

      • FldJobPlanDefaultWOClass

        public FldJobPlanDefaultWOClass(MboValue mbv)
        constructs the field class.
        Parameters:
        mbv -
    • Method Detail

      • initValue

        public void initValue()
                       throws MXException,
                              java.rmi.RemoteException
        sets this value to the default JobPlanClass. If the JobPlanClass set is larger than one, then this value is set to be READONLY. Otherwise it is set to not be READONLY.
        Specified by:
        initValue in interface MboValueListener
        Overrides:
        initValue in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException
      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        deletes the default JobPlanClass if the DefaultWOClass is cleared. This should only be possible when there is one JobPlanClass for the JobPlan. Otherwise, the DefaultWOClass field is READONLY. When a DefaultWOClass value is entered and the previous value is null, a new JobPlanClass is added. If a previous value exists, then this previous value's JobPlanClass object is modified by setting the WOClass to the new JobPlan.DefaultWOClass value.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException