org.tranql.cache
Class CacheSlot
java.lang.Object
org.tranql.cache.CacheSlot
- All Implemented Interfaces:
- Attribute, java.io.Serializable
- public class CacheSlot
- extends java.lang.Object
- implements Attribute
- Version:
- $Revision: 1.1 $ $Date: 2004/04/21 15:22:42 $
- See Also:
- Serialized Form
Constructor Summary |
CacheSlot(java.lang.String name,
java.lang.Class type,
java.lang.Object defaultValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheSlot
public CacheSlot(java.lang.String name,
java.lang.Class type,
java.lang.Object defaultValue)
getName
public java.lang.String getName()
- Specified by:
getName
in interface Attribute
getPhysicalName
public java.lang.String getPhysicalName()
- Specified by:
getPhysicalName
in interface Attribute
getType
public java.lang.Class getType()
- Specified by:
getType
in interface Attribute
isIdentity
public boolean isIdentity()
- Specified by:
isIdentity
in interface Attribute
getDefault
public java.lang.Object getDefault()
Copyright © -2005 The Codehaus. All Rights Reserved.