psdi.app.contract.schedule

Class Schedule

  • java.lang.Object
    • Constructor Detail

      • Schedule

        public Schedule(MboSet ms)
                 throws java.rmi.RemoteException
        Construct the Schedule object.
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        This is called when a new schedule is added to the Schedule MboSet collection. The field defaults and field flags are set here. The table below shows the default values for each of the attributes listed.
        Attribute NameAttribute Value
        contractidOwner contract's ID
        enddateCurrent date
        inclusive1..inclusive2..inclusive3...No
        interimcharge0.0
        leaseratefactor0.0
        periodicpayment0.0
        scheduleidUnique ID
        schedulenumAdd one to the existing maximum value
        scheduletype
        singlelinefalse
        startdateCurrent date
        targinvstatusENTERED
        tax1..tax2..tax3...0.0
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException