psdi.app.bim.project

Class BIMConfiguration

  • java.lang.Object
    • Field Detail

      • FIELD_ASSETCLASSIFICATIONID

        public static final java.lang.String FIELD_ASSETCLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_COMPANYCLASSIFICATIONID

        public static final java.lang.String FIELD_COMPANYCLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_FACILITYCLASSIFICATIONID

        public static final java.lang.String FIELD_FACILITYCLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_FLOORCLASSIFICATIONID

        public static final java.lang.String FIELD_FLOORCLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_ITEMCLASSIFICATIONID

        public static final java.lang.String FIELD_ITEMCLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_JPCLASSIFICATIONID

        public static final java.lang.String FIELD_JPCLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_OPERLOCCLASSIFICATIONID

        public static final java.lang.String FIELD_OPERLOCCLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_PERSONCLASSIFICATIONID

        public static final java.lang.String FIELD_PERSONCLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_PRODUCTCLASSIFICATIONID

        public static final java.lang.String FIELD_PRODUCTCLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_SPACECLASSIFICATIONID

        public static final java.lang.String FIELD_SPACECLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_SYSTEMCLASSIFICATIONID

        public static final java.lang.String FIELD_SYSTEMCLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_ZONECLASSIFICATIONID

        public static final java.lang.String FIELD_ZONECLASSIFICATIONID
        See Also:
        Constant Field Values
      • FIELD_PRODUCTSEQ

        public static final java.lang.String FIELD_PRODUCTSEQ
        See Also:
        Constant Field Values
    • Constructor Detail

      • BIMConfiguration

        public BIMConfiguration(MboSet ms)
                         throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • init

        public void init()
                  throws MXException
        Description copied from class: Mbo
        Called by the framework when the Mbo has been constructed and the MboValues have been initialized. This can be overridden by the programmer to provide any custom initialization they would like to do.
        Overrides:
        init in class Mbo
        Throws:
        MXException