|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.qfs.apps.qflog.logview.NodeData
Data structure that holds the class/package and method data for a FilterNode
as well as the node's level.
Constructor Summary | |
NodeData(java.lang.String clazz,
java.lang.String method,
java.lang.Integer level)
Create a new NodeData. |
Method Summary | |
int |
compareTo(java.lang.Object o)
Compare the data to some other object. |
boolean |
equals(java.lang.Object o)
Check whether the NodeData is equal to some object. |
java.lang.String |
getClazz()
Get the node's class/package. |
java.lang.Integer |
getLevel()
Get the node's level. |
java.lang.String |
getMethod()
Get the node's method. |
int |
hashCode()
Generate a hash code for the NodeData. |
void |
setClazz(java.lang.String clazz)
Set the node's class/package. |
void |
setLevel(java.lang.Integer level)
Set the node's level. |
void |
setMethod(java.lang.String method)
Set the node's method. |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NodeData(java.lang.String clazz, java.lang.String method, java.lang.Integer level)
clazz
- The class/package of the node.method
- The method of the node (may be null).level
- The level of the node (may be null).Method Detail |
public java.lang.String getClazz()
public void setClazz(java.lang.String clazz)
public java.lang.String getMethod()
public void setMethod(java.lang.String method)
public java.lang.Integer getLevel()
public void setLevel(java.lang.Integer level)
public int hashCode()
public boolean equals(java.lang.Object o)
o
- The object to compare to.public int compareTo(java.lang.Object o)
o
- The Object to compare to. Must be a NodeData.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |