psdi.app.contract

Class ContractProperty

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


    public class ContractProperty
    extends Mbo
    implements ContractPropertyRemote
    MBO object to represent Contract Property.
    Contract Property table stored the property information. Each property has a description and data type.
    This is a system level object.
    The key attribute for this object is PropertyId.

    The attributes in this object are as follows:

    Attribute Name Description
    DataType Data type for the value of this property.
    Description Description of the property.
    PropertyId Unique property identifier.
    • Constructor Detail

      • ContractProperty

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