psdi.app.mr

Class FldMRLineAvailDate

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldMRLineAvailDate
    extends MboValueAdapter
    Behaviour of the availdate field in the MRLine object.
    Compares the Required Date and Avail Date. An exception is thrown if the Avail Date is before Required Date.
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Compares the Required Date and Avail Date.
        An exception is thrown if the Avail Date is before Required Date.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXException.
        RemoteException.
        MXApplicationException("mr","invalidavaildate") - is thrown if the Avail Date is before Required Date.
        MXException
        java.rmi.RemoteException