psdi.app.asset

Class AssetAncestor

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


    public class AssetAncestor
    extends Mbo
    implements AssetAncestorRemote
    MBO to represent asset's ancestor. See the Asset package description for details.

    This is a site level object.

    The key attributes for this object are SiteId, AssetNum and Ancestor.

    The attributes in this object are as follows:

    Attribute NameDescription
    AncestorAn ancestor of a given asset. This attribute is also a asset.
    AssetNumAsset Identifier.
    OrgIdIdentifier of the organization for this asset's ancestor.
    SiteIdIdentifier of the site for this asset's ancestor.
    HierarchyLevels Number of hierarchy levels between a asset and this Ancestor asset.
    • Constructor Detail

      • AssetAncestor

        public AssetAncestor(MboSet ms)
                      throws MXException,
                             java.rmi.RemoteException
        Construct the AssetAncestor object
        Throws:
        MXException
        java.rmi.RemoteException