org.granite.client.tide.data.spi
Class EntityDescriptor
java.lang.Object
org.granite.client.tide.data.spi.EntityDescriptor
public class EntityDescriptor
- extends Object
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityDescriptor
public EntityDescriptor(String className,
String idPropertyName,
String versionPropertyName,
String dirtyPropertyName,
Field dsField,
Field initField,
Map<String,Boolean> lazy)
getClassName
public String getClassName()
getIdPropertyName
public String getIdPropertyName()
getVersionPropertyName
public String getVersionPropertyName()
getDirtyPropertyName
public String getDirtyPropertyName()
isLazy
public boolean isLazy(String propertyName)
setLazy
public void setLazy(String propertyName)
getDetachedStateField
public Field getDetachedStateField()
getInitializedField
public Field getInitializedField()