psdi.app.asset.virtual

Class MeterMetricType

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


    public class MeterMetricType
    extends NonPersistentMbo
    implements MeterMetricTypeRemote
    Non persistant MBO object to store the default values for mass move asset.

    This is a system level object.

    The attributes in this object are as follows:

    Attribute NameDescription
    DFLTNEWSITEStores the default value of newsite for mass move of assets.
    DFLTNEWLOCATIONStores the default value of newlocation for mass move of assets.
    DFLTNEWPARENTStores the default value of newparent for mass move of assets.
    DFLTNEWBINNUMStores the default value of newbinnum for mass move of assets.
    DFLTNEWSITECHKBOXFlag true/false.Set to true if the null value of newsite need to be applied to assets.
    DFLTNEWLOCATIONCHKBOXFlag true/false.Set to true if the null value of newlocation need to be applied to assets.
    DFLTNEWBINNUMCHKBOXFlag true/false.Set to true if the null value of newparent need to be applied to assets.
    DFLTNEWPARENTCHKBOXFlag true/false.Set to true if the null value of newbinnum need to be applied to assets.
    • Constructor Detail

      • MeterMetricType

        public MeterMetricType(MboSet ms)
                        throws MXException,
                               java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The AssetMoveDflt MboSet.
        Throws:
        MXException
        java.rmi.RemoteException