psdi.app.mr

Class FldMRCostLineCost

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldMRCostLineCost
    extends MboValueAdapter
    This is the field validation class for linecost field of the MRCost object.
    The value of this field is calculated based on the percentage value.
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Sets the percentage and loaded cost. If this field is set to null, the percentage field is also set to null. If this field is not null, it calculates the percentage field as a percentage of the MRLine's
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException