public class EntityCollection extends Object
Constructor and Description |
---|
EntityCollection() |
Modifier and Type | Method and Description |
---|---|
void |
addEntity(Entity entity)
Add an Entity to collection of entities
|
EntityCollectionSerializerProperties |
getCollectionProperties()
Return collection write properties
|
List<Entity> |
getEntities() |
EntitySerializerProperties |
getGlobalEntityProperties() |
void |
setCollectionProperties(EntityCollectionSerializerProperties collectionProperties)
Set collection write properties
|
void |
setGlobalEntityProperties(EntitySerializerProperties globalEntityProperties) |
public EntitySerializerProperties getGlobalEntityProperties()
public void setGlobalEntityProperties(EntitySerializerProperties globalEntityProperties)
globalWriteProperties
- the globalWriteProperties to setpublic void addEntity(Entity entity)
entity
- public EntityCollectionSerializerProperties getCollectionProperties()
public void setCollectionProperties(EntityCollectionSerializerProperties collectionProperties)
collectionProperties
- Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.