org.apache.jcs.auxiliary.disk.jisp
Class JISPCacheAttributes

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

public class JISPCacheAttributes
extends java.lang.Object
implements AuxiliaryCacheAttributes

Description of the Class

Author:
asmuts
See Also:
Serialized Form

Field Summary
private  java.lang.String cacheName
           
private  boolean clearOnStart
           
private  java.lang.String diskPath
           
private  java.lang.String name
           
 
Constructor Summary
JISPCacheAttributes()
          Constructor for the JISPCacheAttributes object
 
Method Summary
 AuxiliaryCacheAttributes copy()
          Description of the Method
 java.lang.String getCacheName()
          Gets the cacheName attribute of the JISPCacheAttributes object
 boolean getClearOnStart()
          Gets the clearOnStart attribute of the JISPCacheAttributes object
 java.lang.String getDiskPath()
          Gets the diskPath attribute of the JISPCacheAttributes object
 java.lang.String getName()
          Gets the name attribute of the JISPCacheAttributes object
 void setCacheName(java.lang.String s)
          Sets the cacheName attribute of the JISPCacheAttributes object
 void setClearOnStart(boolean clear)
          Sets the clearOnStart attribute of the JISPCacheAttributes object
 void setDiskPath(java.lang.String path)
          Sets the diskPath attribute of the JISPCacheAttributes object
 void setName(java.lang.String name)
          Sets the name attribute of the JISPCacheAttributes 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

clearOnStart

private boolean clearOnStart
Constructor Detail

JISPCacheAttributes

public JISPCacheAttributes()
Constructor for the JISPCacheAttributes object

Method Detail

setDiskPath

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

Parameters:
path - The new diskPath value

getDiskPath

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

Returns:
The diskPath value

setClearOnStart

public void setClearOnStart(boolean clear)
Sets the clearOnStart attribute of the JISPCacheAttributes object

Parameters:
clear - The new clearOnStart value

getClearOnStart

public boolean getClearOnStart()
Gets the clearOnStart attribute of the JISPCacheAttributes object

Returns:
The clearOnStart value

setCacheName

public void setCacheName(java.lang.String s)
Sets the cacheName attribute of the JISPCacheAttributes 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 JISPCacheAttributes object

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

getName

public java.lang.String getName()
Gets the name attribute of the JISPCacheAttributes 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 JISPCacheAttributes 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

toString

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