org.apache.jcs.engine
Class CacheGroup

java.lang.Object
  extended byorg.apache.jcs.engine.CacheGroup

public class CacheGroup
extends java.lang.Object

Description of the Class


Field Summary
 IElementAttributes attr
          Description of the Field
 
Constructor Summary
CacheGroup()
          Constructor for the CacheGroup object
 
Method Summary
 IElementAttributes getElementAttrributes()
          Gets the attrributes attribute of the CacheGroup object
 void setElementAttributes(IElementAttributes attr)
          Sets the attributes attribute of the CacheGroup object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attr

public IElementAttributes attr
Description of the Field

Constructor Detail

CacheGroup

public CacheGroup()
Constructor for the CacheGroup object

Method Detail

setElementAttributes

public void setElementAttributes(IElementAttributes attr)
Sets the attributes attribute of the CacheGroup object

Parameters:
attr - The new attributes value

getElementAttrributes

public IElementAttributes getElementAttrributes()
Gets the attrributes attribute of the CacheGroup object

Returns:
The attrributes value


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