Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.appdef.shared
Class AppdefEntityTypeID

java.lang.Object
  extended by org.hyperic.hq.appdef.shared.AppdefEntityID
      extended by org.hyperic.hq.appdef.shared.AppdefEntityTypeID
All Implemented Interfaces:
java.io.Serializable

public class AppdefEntityTypeID
extends AppdefEntityID
implements java.io.Serializable

An object to represent an appdef catalog type such as a ServerType or ServiceType

See Also:
Serialized Form

Constructor Summary
AppdefEntityTypeID(AppdefResourceType art)
           
AppdefEntityTypeID(int entityType, int entityID)
           
AppdefEntityTypeID(int entityType, java.lang.Integer entityID)
           
AppdefEntityTypeID(java.lang.String id)
           
 
Method Summary
 AppdefResourceType getAppdefResourceType()
           
 
Methods inherited from class org.hyperic.hq.appdef.shared.AppdefEntityID
equals, getAppdefKey, getAuthzTypeId, getAuthzTypeName, getId, getID, getType, getTypeName, hashCode, isApplication, isGroup, isPlatform, isServer, isService, newAppID, newGroupID, newPlatformID, newServerID, newServiceID, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppdefEntityTypeID

public AppdefEntityTypeID(java.lang.String id)

AppdefEntityTypeID

public AppdefEntityTypeID(int entityType,
                          int entityID)

AppdefEntityTypeID

public AppdefEntityTypeID(int entityType,
                          java.lang.Integer entityID)

AppdefEntityTypeID

public AppdefEntityTypeID(AppdefResourceType art)
Method Detail

getAppdefResourceType

public AppdefResourceType getAppdefResourceType()

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.