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: 162 $ $Date: 2005-01-22 12:47:21 +0100 (Sat, 22 Jan 2005) $
- See Also:
- Serialized Form
Constructor Summary |
CacheSlot(java.lang.String name,
java.lang.Class type,
java.lang.Object defaultValue)
|
CacheSlot(java.lang.String name,
java.lang.Class type,
java.lang.Object defaultValue,
boolean pkField)
|
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,
boolean pkField)
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 © -2006 The Codehaus. All Rights Reserved.