psdi.app.contract.schedule

Class FldSchLeaseViewTotalCostDue

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldSchLeaseViewTotalCostDue
    extends MboValueAdapter
    SchLeaseView.totalcostdue(non-persistent attribute) validation class: This field is displayed on the payment details tab of the lease contract payment schedule to show the total outstanding cost.
    • Constructor Detail

      • FldSchLeaseViewTotalCostDue

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

      • initValue

        public void initValue()
                       throws MXException,
                              java.rmi.RemoteException
        Initialize this non-persistent field and set it equal to the total of the totalcost of all the invoices which have been created for this lease contract schedule and has the status of SCHED.
        Specified by:
        initValue in interface MboValueListener
        Overrides:
        initValue in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException