org.hyperic.hq.measurement.server.session
Class SrnId
java.lang.Object
org.hyperic.hq.measurement.server.session.SrnId
- All Implemented Interfaces:
- java.io.Serializable
public class SrnId
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
SrnId()
|
SrnId(int appdefType,
int instanceId)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SrnId
public SrnId()
SrnId
public SrnId(int appdefType,
int instanceId)
getAppdefType
public int getAppdefType()
setAppdefType
protected void setAppdefType(int appdefType)
getInstanceId
public int getInstanceId()
setInstanceId
protected void setInstanceId(int instanceId)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.