psdi.plusc.app.plusctmplt

Class PlusCFldRepairLimit

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class PlusCFldRepairLimit
    extends MboValueAdapter
    This field class has the same validate() method from @see psdi.plust.app.asset.PlusTFldRepairLimit.
    • Constructor Detail

      • PlusCFldRepairLimit

        public PlusCFldRepairLimit(MboValue mbv)
        Constructs and attach to the mbo value.
        Parameters:
        mbv - the mbv
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        makes sure that PlusTRepairLimit is not less than zero and not greater than 100.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MboValueAdapter
        Throws:
        MXApplicationException("plustasset","invalidRepairLimit") - if PlusTRepairLimit is less than zero or greater than 100
        MXException
        java.rmi.RemoteException