org.sourceforge.jemm.database.persistent.berkeley.proxy
Class ClassIdProxy

java.lang.Object
  extended by org.sourceforge.jemm.database.persistent.berkeley.proxy.ClassIdProxy
All Implemented Interfaces:
com.sleepycat.persist.model.PersistentProxy<ClassId>

@Persistent(proxyFor=ClassId.class)
public class ClassIdProxy
extends java.lang.Object
implements com.sleepycat.persist.model.PersistentProxy<ClassId>


Constructor Summary
ClassIdProxy()
           
 
Method Summary
 ClassId convertProxy()
           
 long getInternalClassId()
           
 void initializeProxy(ClassId id)
           
 void setInternalClassId(long internalClassId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassIdProxy

public ClassIdProxy()
Method Detail

convertProxy

public ClassId convertProxy()
Specified by:
convertProxy in interface com.sleepycat.persist.model.PersistentProxy<ClassId>

initializeProxy

public void initializeProxy(ClassId id)
Specified by:
initializeProxy in interface com.sleepycat.persist.model.PersistentProxy<ClassId>

setInternalClassId

public void setInternalClassId(long internalClassId)

getInternalClassId

public long getInternalClassId()


Copyright © 2009. All Rights Reserved.