psdi.app.labor.virtual

Class FldLabTransFinishDateNP

    • Constructor Detail

      • FldLabTransFinishDateNP

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

      • initValue

        public void initValue()
                       throws MXException,
                              java.rmi.RemoteException
        We have to do our own value setting as the data could be from two different locations. First, see if the old time value is present, if so, use this value. If not, check the new column for a value, if present, use this value. Otherwise use the current time.
        Specified by:
        initValue in interface MboValueListener
        Overrides:
        initValue in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException