org.apache.jcs.engine.control.group
Class GroupAttrName

java.lang.Object
  extended byorg.apache.jcs.engine.control.group.GroupAttrName
All Implemented Interfaces:
java.io.Serializable

public class GroupAttrName
extends java.lang.Object
implements java.io.Serializable

Description of the Class

Author:
asmuts, John McNally
See Also:
Serialized Form

Field Summary
 java.lang.Object attrName
           
 GroupId groupId
          Description of the Field
private  java.lang.String toString
           
 
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()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

groupId

public final GroupId groupId
Description of the Field


attrName

public final java.lang.Object attrName

toString

private java.lang.String toString
Constructor Detail

GroupAttrName

public GroupAttrName(GroupId groupId,
                     java.lang.Object attrName)
Constructor for the GroupAttrName object

Parameters:
groupId -
attrName -
Method Detail

equals

public boolean equals(java.lang.Object obj)
Tests object equality.

Parameters:
obj - The GroupAttrName instance to test.
Returns:
Whether equal.

hashCode

public int hashCode()
Returns:
A hash code based on the hash code of and attrName.

toString

public java.lang.String toString()
Description of the Method