psdi.app.financial

Class FldFinPerPeriodStart

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldFinPerPeriodStart
    extends MboValueAdapter
    FinancalPeriods.periodstart validation class: This class validates that the start date is before the end date.
    • Constructor Detail

      • FldFinPerPeriodStart

        public FldFinPerPeriodStart(MboValue mbv)
        Construct and attach to the specified mbovalue.
        Parameters:
        mbv -
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If the end date is changed we must set the start date of the financial period with start date equal to the previous value of the end date. The start date is set to the changed end date so that there is no gap between the financial periods.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException