|
||||||||||
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 | |
---|---|
Object |
attrName
the name of the attribute |
GroupId |
groupId
Description of the Field |
Constructor Summary | |
---|---|
GroupAttrName(GroupId groupId,
Object attrName)
Constructor for the GroupAttrName object |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Tests object equality. |
int |
hashCode()
|
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 Object attrName
Constructor Detail |
---|
public GroupAttrName(GroupId groupId, Object attrName)
groupId
- attrName
- Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
obj
- The GroupAttrName
instance to test.
public int hashCode()
hashCode
in class Object
attrName
.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |