|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.engine.control.group.GroupAttrName
public class GroupAttrName
Description of the Class
Field Summary | |
---|---|
java.lang.Object |
attrName
the name of the attribute |
GroupId |
groupId
Description of the Field |
Constructor Summary | |
---|---|
GroupAttrName(GroupId groupId,
java.lang.Object attrName)
Constructor for the GroupAttrName object |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Tests object equality. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final GroupId groupId
public final java.lang.Object attrName
Constructor Detail |
---|
public GroupAttrName(GroupId groupId, java.lang.Object attrName)
groupId
- attrName
- Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The GroupAttrName
instance to test.
public int hashCode()
hashCode
in class java.lang.Object
attrName
.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |