psdi.app.contract.master

Class ContractMaster

  • java.lang.Object
  • All Implemented Interfaces:
    java.rmi.Remote, ContractMasterRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class ContractMaster
    extends Mbo
    implements ContractMasterRemote
    MBO object to represent the ContractMaster table. The key attributes for this object are ContractNum, RevisionNum and OrgId.

    See Contract Package description.
    The attributes in this object are as follows:


    Attribute Name Description
    AcceptPeriod Acceptance period in days.
    CanExceedVolume Can the specified maximum volume be exceeded?
    ContractNum Contract Number. This is one of the key fields. Each ContractNum need not be unique. Every new revision of the same contract will carry the same contract number.
    ContractMasterId Unique identifier for every ContractMaster row.
    LastAssocDate The last date that a new contract can be associated with the current master contract.
    MaxVol Maximum Volume of the Master Contract.
    OrgId Identifier of the organization for this Purchase Order.
    RevisionNum Revision number of the contract.
    OrgID Organization Identifier.

    Last Update: Monday, June 01, 2004 - Ganesh - javadocs

    • Constructor Detail

      • ContractMaster

        public ContractMaster(MboSet ms)
                       throws MXException,
                              java.rmi.RemoteException
        Construct the Master Contract object.
        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException