org.apache.jcs.auxiliary.disk.indexed
Class IndexedDiskCacheAttributes

java.lang.Object
  extended byorg.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
All Implemented Interfaces:
AuxiliaryCacheAttributes, java.lang.Cloneable, java.io.Serializable

public class IndexedDiskCacheAttributes
extends java.lang.Object
implements AuxiliaryCacheAttributes

Configuration class for the Indexed Disk Cache

Author:
asmuts
See Also:
Serialized Form

Field Summary
private  java.lang.String cacheName
           
private  java.lang.String diskPath
           
private  java.lang.String name
           
 
Constructor Summary
IndexedDiskCacheAttributes()
          Constructor for the DiskCacheAttributes object
 
Method Summary
 AuxiliaryCacheAttributes copy()
          Description of the Method
 java.lang.String getCacheName()
          Gets the cacheName attribute of the DiskCacheAttributes object
 java.lang.String getDiskPath()
          Gets the diskPath attribute of the DiskCacheAttributes object
 java.lang.String getName()
          Gets the name attribute of the DiskCacheAttributes object
 void setCacheName(java.lang.String s)
          Sets the cacheName attribute of the DiskCacheAttributes object
 void setDiskPath(java.lang.String path)
          Sets the diskPath attribute of theputm 2000 DiskCacheAttributes object
 void setName(java.lang.String name)
          Sets the name attribute of the DiskCacheAttributes object
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cacheName

private java.lang.String cacheName

name

private java.lang.String name

diskPath

private java.lang.String diskPath
Constructor Detail

IndexedDiskCacheAttributes

public IndexedDiskCacheAttributes()
Constructor for the DiskCacheAttributes object

Method Detail

setDiskPath

public void setDiskPath(java.lang.String path)
Sets the diskPath attribute of theputm 2000 DiskCacheAttributes object

Parameters:
path - The new diskPath value

getDiskPath

public java.lang.String getDiskPath()
Gets the diskPath attribute of the DiskCacheAttributes object

Returns:
The diskPath value

setCacheName

public void setCacheName(java.lang.String s)
Sets the cacheName attribute of the DiskCacheAttributes object

Specified by:
setCacheName in interface AuxiliaryCacheAttributes
Parameters:
s - The new cacheName value

getCacheName

public java.lang.String getCacheName()
Gets the cacheName attribute of the DiskCacheAttributes object

Specified by:
getCacheName in interface AuxiliaryCacheAttributes
Returns:
The cacheName value

getName

public java.lang.String getName()
Gets the name attribute of the DiskCacheAttributes object

Specified by:
getName in interface AuxiliaryCacheAttributes
Returns:
The name value

setName

public void setName(java.lang.String name)
Sets the name attribute of the DiskCacheAttributes object

Specified by:
setName in interface AuxiliaryCacheAttributes
Parameters:
name - The new name value

copy

public AuxiliaryCacheAttributes copy()
Description of the Method

Specified by:
copy in interface AuxiliaryCacheAttributes
Returns:

toString

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

Returns: