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

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

public class GroupAttrName
extends Object
implements Serializable

Description of the Class

See Also:
Serialized Form

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

groupId

public final GroupId groupId
Description of the Field


attrName

public final Object attrName
the name of the attribute

Constructor Detail

GroupAttrName

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

Parameters:
groupId -
attrName -
Method Detail

equals

public boolean equals(Object obj)
Tests object equality.

Overrides:
equals in class Object
Parameters:
obj - The GroupAttrName instance to test.
Returns:
Whether equal.

hashCode

public int hashCode()
Overrides:
hashCode in class Object
Returns:
A hash code based on the hash code of @ #groupid} and attrName.

toString

public String toString()
Overrides:
toString in class Object
Returns:
the cached value.


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.