psdi.app.pr

Class FldPRCostLineCost

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldPRCostLineCost
    extends MboValueAdapter
    This is the field validation class for linecost field of the PRCost 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 and the loadedcost fields are also set to null. If this field is not null, it calculates the percentage field as a percentage of the PRLine's linecost. It does the same thing with the loadedcost.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException