psdi.app.contract.purch

Class ContractPurch

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


    public class ContractPurch
    extends Mbo
    implements ContractPurchRemote
    MBO object to represent the ContractPurch 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
    AcceptanceLoss Liable for acceptance loss?
    AcceptPeriod Acceptance period in days.
    AddLinesOnUse Can additional lines be added to purchase document with contract reference.
    CanExceedVolume Can the specified maximum volume be exceeded?
    ChgPriceOnUseCan price be changed on the line with contract reference.
    ChgQtyOnUseCan quantity be changed on line with contract reference.
    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.
    ContractPurchId Unique identifier for every ContractPurch row.
    CreateRel Flag indicating if a Release PO can be created from the contract.
    DeliveryLoss Flag to indicate if there is a liability for delivery loss.
    EnforceBundle Bundle enforced?
    MaxRelVol Maximum Release Volume.
    MaxVol Maximum Volume.
    OrgId Identifier of the organization for this Purchase Order.
    RevisionNum Revision number of the contract.
    ShippingLoss Liable for shipping loss?

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

    • Constructor Detail

      • ContractPurch

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