psdi.app.contract.virtual

Class CostInput

  • All Implemented Interfaces:
    java.rmi.Remote, MboConstants, MboRemote, NonPersistentMboRemote, MaxRemoteProxy


    public class CostInput
    extends NonPersistentMbo
    implements NonPersistentMboRemote
    Non-persistent MBO object that represent the non-persistent table that is used to display the costs associated with the contract.
    See Contract Package description.
    The attributes in this object are as follows:


    Attribute Name Description
    AmtOnOrder Amount on order.
    AmtRecived Amount received but not invoiced.
    AmtRemaining Amount remaining on the contract.
    CommittedCost The commited cost for the contract.
    ContractNum Contract number.
    InvVariance The total invoice variance for this contract.
    NumOfCommRel Number of committed releases against the contract.
    NumberOfUncommRel Number of uncommitted releases against the contract.
    OrgId Organization identifier.
    Revision Number Revision number of the contract.
    TotalCost Total Cost on the Contract.
    UncommittedCost Uncommitted cost on the contract.

    Last Update: Monday, April 11, 2004 - Ganesh - javadocs

    • Constructor Detail

      • CostInput

        public CostInput(MboSet ms)
                  throws MXException,
                         java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The CostInput MboSet.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • init

        public void init()
                  throws MXException
        Set all the fields on the Mbo to readonly. This page is meant only for viewing purposes. Users cannot modify any field on the Mbo.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Sets up a new CostInput object.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException