Class SubtopicImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.identifiable.IdentifiableImpl
-
- de.digitalcollections.model.impl.identifiable.entity.parts.EntityPartImpl
-
- de.digitalcollections.model.impl.identifiable.entity.parts.SubtopicImpl
-
- All Implemented Interfaces:
EntityPart,Subtopic,Identifiable,Node<Subtopic>
public class SubtopicImpl extends EntityPartImpl implements Subtopic
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.entity.parts.EntityPartImpl
entityPartType
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
created, description, label, lastModified, previewImage, previewImageRenderingHints, type
-
-
Constructor Summary
Constructors Constructor Description SubtopicImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Subtopic>getChildren()List<Entity>getEntities()List<FileResource>getFileResources()SubtopicgetParent()voidsetChildren(List<Subtopic> children)voidsetEntities(List<Entity> entities)voidsetFileResources(List<FileResource> fileResources)voidsetParent(Subtopic parent)-
Methods inherited from class de.digitalcollections.model.impl.identifiable.entity.parts.EntityPartImpl
getEntityPartType, setEntityPartType
-
Methods inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.parts.EntityPart
getEntityPartType, setEntityPartType
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.parts.Subtopic
addEntity, addFileResource
-
-
-
-
Method Detail
-
getChildren
public List<Subtopic> getChildren()
- Specified by:
getChildrenin interfaceNode<Subtopic>
-
setChildren
public void setChildren(List<Subtopic> children)
- Specified by:
setChildrenin interfaceNode<Subtopic>
-
setParent
public void setParent(Subtopic parent)
-
getEntities
public List<Entity> getEntities()
- Specified by:
getEntitiesin interfaceSubtopic
-
setEntities
public void setEntities(List<Entity> entities)
- Specified by:
setEntitiesin interfaceSubtopic
-
getFileResources
public List<FileResource> getFileResources()
- Specified by:
getFileResourcesin interfaceSubtopic
-
setFileResources
public void setFileResources(List<FileResource> fileResources)
- Specified by:
setFileResourcesin interfaceSubtopic
-
-