Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.appdef.server.session
Class CpropKey

java.lang.Object
  extended by org.hyperic.hibernate.PersistedObject
      extended by org.hyperic.hq.appdef.server.session.CpropKey
All Implemented Interfaces:
java.io.Serializable

public class CpropKey
extends PersistedObject

See Also:
Serialized Form

Constructor Summary
CpropKey()
           
CpropKey(int appdefType, int appdefTypeId, java.lang.String key, java.lang.String description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAppdefType()
           
 int getAppdefTypeId()
           
 java.lang.String getDescription()
           
 java.lang.String getKey()
           
 int hashCode()
           
protected  void setAppdefType(int appdefType)
           
protected  void setAppdefTypeId(int appdefTypeId)
           
protected  void setDescription(java.lang.String description)
           
protected  void setKey(java.lang.String propKey)
           
 
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

CpropKey

public CpropKey()

CpropKey

public CpropKey(int appdefType,
                int appdefTypeId,
                java.lang.String key,
                java.lang.String description)
Method Detail

getAppdefType

public int getAppdefType()

setAppdefType

protected void setAppdefType(int appdefType)

getAppdefTypeId

public int getAppdefTypeId()

setAppdefTypeId

protected void setAppdefTypeId(int appdefTypeId)

getKey

public java.lang.String getKey()

setKey

protected void setKey(java.lang.String propKey)

getDescription

public java.lang.String getDescription()

setDescription

protected void setDescription(java.lang.String description)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class PersistedObject

Hyperic HQ Plugin API v. 4.4.0.2

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