psdi.app.system

Class MaxVarType

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


    public class MaxVarType
    extends Mbo
    implements MaxVarTypeRemote
    Mbo object to represent data in the MaxVarType table. This data should never be changed.

    This is a system level object.

    The key attribute for this object is VarName.

    The attributes in this object are as follows:

    Attribute NameDescription
    DefaultValueDefault VarValue for use when adding a row to MaxVars table. Can be null.
    DescriptionBrief description of this MaxVar.
    VarNameUnique identifier for this MaxVar. Part of the foreign key to MaxVars.
    VarTypeIdentifies whether this MaxVar is system-level, organization-level, or site-level. Values are SYSTEM, ORG, or SITE.
    • Constructor Detail

      • MaxVarType

        public MaxVarType(MboSet ms)
                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException