org.hyperic.hq.appdef.server.session
Class CpropKey
java.lang.Object
org.hyperic.hibernate.PersistedObject
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)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CpropKey
public CpropKey()
CpropKey
public CpropKey(int appdefType,
int appdefTypeId,
java.lang.String key,
java.lang.String description)
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
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.