org.apache.jcs.auxiliary.disk.hsql
Class HSQLCacheAttributes

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

public class HSQLCacheAttributes
extends java.lang.Object
implements AuxiliaryCacheAttributes

Description of the Class

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

HSQLCacheAttributes

public HSQLCacheAttributes()
Constructor for the HSQLCacheAttributes object

Method Detail

setDiskPath

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

Parameters:
path - The new diskPath value

getDiskPath

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

Returns:
The diskPath value

setCacheName

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

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

getName

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