psdi.app.workorder

Class FldWOWarrNotice

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldWOWarrNotice
    extends MboValueAdapter
    Attribute listener for the nonpersistent WO attributes "ASSETWARRANTYNOTICE" and "LOCWARRANTYNOTICE". Normally cleared, these attribute is set when the work order's assetnum or location attribute is set to one which is still under warranty.
    • Constructor Detail

    • 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