Class GroupAttrName<T>
java.lang.Object
org.apache.commons.jcs3.engine.control.group.GroupAttrName<T>
- All Implemented Interfaces:
- Serializable
Description of the Class
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionGroupAttrName(GroupId groupId, T attrName) Constructor for the GroupAttrName object
- 
Method Summary
- 
Field Details- 
groupIdDescription of the Field
- 
attrNamethe name of the attribute
 
- 
- 
Constructor Details- 
GroupAttrNameConstructor for the GroupAttrName object- Parameters:
- groupId-
- attrName-
 
 
- 
- 
Method Details- 
equalsTests object equality.
- 
hashCode
- 
toString
 
-