psdi.app.contract

Class PropertyAssoc

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


    public class PropertyAssoc
    extends Mbo
    implements PropertyAssocRemote
    MBO object to represent Property Assoc.
    PropertyAssoc table stored the association of internal contract type (MaxContractType) and property.
    This is a system level object.
    The key attributes for this object are MaxContractType and PropertyId.

    The attributes in this object are as follows:

    Attribute Name Description
    MaxContractType Internal contract type. MaxContractType is same as ContractType Value List MaxValue.
    PropertyId Unique property identifier.
    • Constructor Detail

      • PropertyAssoc

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