psdi.app.mr

Class FldMRLineCatalogcode

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldMRLineCatalogcode
    extends MboValueAdapter
    Validation for MRLine.Catalogcode field. This class is a means to triggering the setPriceDetails() method in the MRLine class.
    Whenever a new Catalogcode is entered ,it must be taken into consideration for calculating the new price. The price is re-calculated when the catalogcode changes.
    See Also:
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        This class is a means to triggering the setPriceDetails() method in the MRLine class.
        Whenever a new Catalogcode is entered ,it must be taken into consideration for calculating the new price. The price is re-calculated when the catalogcode changes.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MRLine.setPriceDetails()