psdi.app.workorder

Class FldWOHasLinear

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldWOHasLinear
    extends MboValueAdapter
    HasLinear attribute handler. HasLinear is true if either the header asset of the WO or one of the assets in the MultiAssetLocCI table is linear.
    • Constructor Detail

      • FldWOHasLinear

        public FldWOHasLinear(MboValue mbv)
        Construct and attach to the specified mbovalue.
        Parameters:
        mbv - The MboValue the specified field attach to.
    • Method Detail

      • initValue

        public void initValue()
                       throws MXException,
                              java.rmi.RemoteException
        If the WO has a linear asset attached to it, either in the header or in one of the MultiAssetLocCI rows, then hasLinear is true; otherwise, false.
        Specified by:
        initValue in interface MboValueListener
        Overrides:
        initValue in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException