psdi.app.labor

Class FldLaborCraftRateContractNum

    • Constructor Detail

      • FldLaborCraftRateContractNum

        public FldLaborCraftRateContractNum(MboValue mbv)
                                     throws MXException,
                                            java.rmi.RemoteException
        Construct and attach to the specified MboValue
        Parameters:
        mbv -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If contractnum is null OR if contract's start date is BEFORE system date AND contract's end date is AFTER system date AND contract's status is ACTIVE, set isActive to true. ELSE set isActive to false.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class FldCommonCraftRate
        Throws:
        MXException
        java.rmi.RemoteException