public abstract class ManagedClass<S> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
properties |
protected Class<S> |
sourceClass |
| Constructor and Description |
|---|
ManagedClass(Class<S> sourceClass,
List<Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Property> |
getMultiReferences() |
List<Property> |
getProperties() |
Property |
getProperty(String withName) |
List<Property> |
getSingleReferences() |
Class<S> |
getSourceClass() |
int |
hashCode() |
boolean |
isInstance(Object cdo) |
public boolean isInstance(Object cdo)
public List<Property> getSingleReferences()
EntityReferenceType propertiesCopyright © 2013. All rights reserved.