psdi.app.workorder

Class FldWOPriorityResponseTime

    • Constructor Detail

      • FldWOPriorityResponseTime

        public FldWOPriorityResponseTime(MboValue mbv)
        Construct and attatch to the specified mbo value.
        Parameters:
        mbv - The MboValue priority field in WORKPRIORITY object attach to.
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        must be an integer greater than '0'.
        If the workpriority corresponding to this response time is less than the existing minpriority, the entred 'responsetime' should be greater than the corresponding 'responsetime' of the 'minpriority'.
        If the workpriority corresponding to this response time is greater than the existing maxpriority, the entred 'responsetime' should be less than the corresponding 'responsetime' of the 'maxpriority'.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException