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