|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
Description of the Class
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 |
private java.lang.String cacheName
private java.lang.String name
private java.lang.String diskPath
Constructor Detail |
public HSQLCacheAttributes()
Method Detail |
public void setDiskPath(java.lang.String path)
path
- The new diskPath valuepublic java.lang.String getDiskPath()
public void setCacheName(java.lang.String s)
setCacheName
in interface AuxiliaryCacheAttributes
s
- The new cacheName valuepublic java.lang.String getCacheName()
getCacheName
in interface AuxiliaryCacheAttributes
public java.lang.String getName()
getName
in interface AuxiliaryCacheAttributes
public void setName(java.lang.String name)
setName
in interface AuxiliaryCacheAttributes
name
- The new name valuepublic AuxiliaryCacheAttributes copy()
copy
in interface AuxiliaryCacheAttributes
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |