psdi.app.workorder

Class FldWOTargetDate

    • Constructor Detail

      • FldWOTargetDate

        public FldWOTargetDate(MboValue mbv)
        construct and attach to the MboValue.
        Parameters:
        mbv - the MboValue this field attach to.
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        This field can be made null. If TargStartDate & TargCompDate both aren't null, TargStartDate must be before TargCompDate.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXApplicationException - "workorder", "StartAfterFinish" when the target startdate is after target compdate.
        MXException
        java.rmi.RemoteException