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

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

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


Field Summary
 java.lang.String className
           
 java.lang.String fieldName
           
 FieldType fieldType
           
 
Constructor Summary
FieldInfoProxy()
           
 
Method Summary
 FieldInfo convertProxy()
           
 void initializeProxy(FieldInfo fi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldName

public java.lang.String fieldName

fieldType

public FieldType fieldType

className

public java.lang.String className
Constructor Detail

FieldInfoProxy

public FieldInfoProxy()
Method Detail

convertProxy

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

initializeProxy

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


Copyright © 2009. All Rights Reserved.