psdi.app.workorder

Class FldAssignTaskId

    • Constructor Detail

      • FldAssignTaskId

        public FldAssignTaskId(MboValue mbv)
        Construct and attach to the specified mbovalue
        Parameters:
        mbv - the MboValue Assignment non-persistent TaskId attribute attach to.
    • Method Detail

      • initValue

        public void initValue()
                       throws MXException,
                              java.rmi.RemoteException
        Sets the value of this attribute based on the whether it's work oder is currently the parent or a child. A work order owns the WorkPlanMbo which contains this attribute. If this work order is owned by another work order, it is a child. If the work order isn't owned by another work order, it is a parent and this attribute will be null.
        Specified by:
        initValue in interface MboValueListener
        Overrides:
        initValue in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException