org.tranql.cache
Class CacheSlot

java.lang.Object
  extended byorg.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)
           
 
Method Summary
 java.lang.Object getDefault()
           
 java.lang.String getName()
           
 java.lang.String getPhysicalName()
           
 java.lang.Class getType()
           
 boolean isIdentity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheSlot

public CacheSlot(java.lang.String name,
                 java.lang.Class type,
                 java.lang.Object defaultValue)
Method Detail

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.