psdi.app.measurement.virtual

Class FldGenerateWOPMNum

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldGenerateWOPMNum
    extends FldPMNum
    Behaviors of the PMNUM attribute in the non-persistent GenerateWO object
    • Constructor Detail

      • FldGenerateWOPMNum

        public FldGenerateWOPMNum(MboValue mbv)
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • initValue

        public void initValue()
                       throws MXException,
                              java.rmi.RemoteException
        Description copied from class: MboValueAdapter
        Called to initialize the MboValue's value. Guaranteed to be called once, and prior to any get* or setValue method on the field.
        Specified by:
        initValue in interface MboValueListener
        Overrides:
        initValue in class FldPMNum
        Throws:
        MXException
        java.rmi.RemoteException
      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        updates the GenerateWO object when PMNUM is set.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class FldPMNum
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.measurement.virtual.GenerateWO#updateWogenInfo(java.util.String pmOrJobPlan,java.util.String strPMNumOrJPNum)