Collection, Entity, Identifiable, Node<Collection>public class CollectionImpl extends EntityImpl implements Collection
entityTypecreated, description, label, lastModified, type| Constructor | Description |
|---|---|
CollectionImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Collection> |
getChildren() |
|
java.util.List<Entity> |
getEntities() |
|
Collection |
getParent() |
|
LocalizedStructuredContent |
getText() |
|
void |
setChildren(java.util.List<Collection> children) |
|
void |
setEntities(java.util.List<Entity> entities) |
|
void |
setParent(Collection parent) |
|
void |
setText(LocalizedStructuredContent text) |
addEntitygetEntityType, setEntityTypegetEntityType, setEntityTypegetCreated, getDescription, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setLabel, setLastModified, setType, setUuidgetCreated, getDescription, getLabel, getLastModified, getType, getUuid, setCreated, setDescription, setLabel, setLastModified, setType, setUuidpublic Collection getParent()
getParent in interface Node<Collection>public void setParent(Collection parent)
setParent in interface Node<Collection>public java.util.List<Collection> getChildren()
getChildren in interface Node<Collection>public void setChildren(java.util.List<Collection> children)
setChildren in interface Node<Collection>public LocalizedStructuredContent getText()
getText in interface Collectionpublic void setText(LocalizedStructuredContent text)
setText in interface Collectionpublic java.util.List<Entity> getEntities()
getEntities in interface Collectionpublic void setEntities(java.util.List<Entity> entities)
setEntities in interface CollectionCopyright © 2018. All rights reserved.