psdi.app.workorder

Class FldEnteredAsTask

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldEnteredAsTask
    extends MboValueAdapter
    Attribute Listener class for EnteredAsTask attributes in various tables. This attribute records whether the transaction was created for a work order or a task of a work order. This field defaults to false and is set by the non-persistent attributes Wonum & TaskID.
    See Also:
    FldInterfaceWonum, FldTaskID
    • Constructor Detail

      • FldEnteredAsTask

        public FldEnteredAsTask(MboValue mbv)
                         throws MXException
        Constructor.
        Parameters:
        mbv - the current mbo value.
        Throws:
        MXException
    • Method Detail

      • initValue

        public void initValue()
                       throws MXException,
                              java.rmi.RemoteException
        If the column has yet to be given a value, EnteredAsTask defaults to false. This field will always default to false, and so instead of having to set it in the add() method of all the classes that will use this field it's set here once.
        Specified by:
        initValue in interface MboValueListener
        Overrides:
        initValue in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException