com.bstek.dorado.data.config.definition
public class EntityCollectionDefinition extends Definition
Constructor and Description |
---|
EntityCollectionDefinition() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
doCreate(CreationContext context,
java.lang.Object[] constuctorArgs) |
java.lang.Class<?> |
getCollectionType() |
java.util.List<java.lang.Object> |
getEntities() |
void |
setCollectionType(java.lang.Class<?> collectionType) |
void |
setEntities(java.util.List<java.lang.Object> entities) |
addInitOperation, clone, create, create, executeInitOperations, getDependentResources, getInitOperations, getProperties, getProperty, getResource, initProperties, removeProperty, setDependentResources, setObjectProperty, setProperties, setProperty, setResource
public void setCollectionType(java.lang.Class<?> collectionType)
public java.lang.Class<?> getCollectionType()
public java.util.List<java.lang.Object> getEntities()
public void setEntities(java.util.List<java.lang.Object> entities)
protected java.lang.Object doCreate(CreationContext context, java.lang.Object[] constuctorArgs) throws java.lang.Exception
doCreate
in class Definition
java.lang.Exception
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.