psdi.app.contract.schedule

Class FldLeaseViewStartDate

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldLeaseViewStartDate
    extends MboValueAdapter
    SchLeaseView.startdate validation Class: Sets the end date for this schedule based on the entered start date and the term for this contract.
    • Constructor Detail

      • FldLeaseViewStartDate

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

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Sets the end date for this schedule based on the entered start date and the term for this contract. The end date is calculated as the start date plus the term which is in months.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException