psdi.app.financial

Class FldFinControlEndDate

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldFinControlEndDate
    extends MboValueAdapter
    FinCntrl.enddate validation class: Validates that if there is a start date, the end date should be greater than the start date.
    • Constructor Detail

      • FldFinControlEndDate

        public FldFinControlEndDate(MboValue mbv)
        Construct and attach to the mbo value.
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        If end date is entered the start date should be made required. If there is a start date, the end date should be greater than the start date.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXApplicationException - (financial, endbeforestart) End date must be later than start date.
        MXException
        java.rmi.RemoteException