org.caleigo.core.meta
Class CustomFieldDescriptor.Dezerializer

java.lang.Object
  extended byorg.caleigo.core.meta.CustomFieldDescriptor.Dezerializer
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CustomFieldDescriptor

protected static class CustomFieldDescriptor.Dezerializer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String mCodeName
           
protected  java.lang.String mDataSourceDescriptorCodeName
           
protected  java.lang.String mEntityDescriptorCodeName
           
 
Constructor Summary
CustomFieldDescriptor.Dezerializer(java.lang.String dataSourceDescriptorCodeName, java.lang.String entityDescriptorCodeName, java.lang.String codeName)
           
 
Method Summary
protected  java.lang.Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mDataSourceDescriptorCodeName

protected java.lang.String mDataSourceDescriptorCodeName

mEntityDescriptorCodeName

protected java.lang.String mEntityDescriptorCodeName

mCodeName

protected java.lang.String mCodeName
Constructor Detail

CustomFieldDescriptor.Dezerializer

public CustomFieldDescriptor.Dezerializer(java.lang.String dataSourceDescriptorCodeName,
                                          java.lang.String entityDescriptorCodeName,
                                          java.lang.String codeName)
Method Detail

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException


Copyright © 2005 Caleigo. All Rights Reserved.