Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.appdef
Class AgentType

java.lang.Object
  extended by org.hyperic.hibernate.PersistedObject
      extended by org.hyperic.hq.appdef.AppdefBean
          extended by org.hyperic.hq.appdef.AgentType
All Implemented Interfaces:
java.io.Serializable, ContainerManagedTimestampTrackable

public class AgentType
extends AppdefBean

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hyperic.hq.appdef.AppdefBean
cid, creationTime, modifiedTime
 
Constructor Summary
AgentType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Collection getAgents()
           
 java.lang.String getName()
           
 int hashCode()
           
 boolean isNewTransportType()
           
 void setAgents(java.util.Collection agents)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class org.hyperic.hq.appdef.AppdefBean
allowContainerManagedCreationTime, allowContainerManagedLastModifiedTime, getCid, getCreationTime, getCTime, getModifiedTime, getMTime, matchesValueObject, setCid, setCreationTime, setModifiedTime
 
Methods inherited from class org.hyperic.hibernate.PersistedObject
get_version_, getId, set_version_, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentType

public AgentType()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

isNewTransportType

public boolean isNewTransportType()

getAgents

public java.util.Collection getAgents()

setAgents

public void setAgents(java.util.Collection agents)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class AppdefBean

hashCode

public int hashCode()
Overrides:
hashCode in class AppdefBean

Hyperic HQ Plugin API v. 4.4.0.2

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