Class TopicImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.identifiable.IdentifiableImpl
-
- de.digitalcollections.model.impl.identifiable.entity.EntityImpl
-
- de.digitalcollections.model.impl.identifiable.entity.TopicImpl
-
- All Implemented Interfaces:
Entity,Topic,Identifiable
public class TopicImpl extends EntityImpl implements Topic
seeTopic
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.entity.EntityImpl
entityType, refId
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
created, description, label, lastModified, previewImage, previewImageRenderingHints, type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSubtopic(Subtopic subtopic)List<Subtopic>getSubtopics()voidsetSubtopics(List<Subtopic> subtopics)-
Methods inherited from class de.digitalcollections.model.impl.identifiable.entity.EntityImpl
getEntityType, getRefId, setEntityType, setRefId
-
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.Entity
getEntityType, getRefId, setEntityType, setRefId
-
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
-
-
-
-
Method Detail
-
getSubtopics
public List<Subtopic> getSubtopics()
- Specified by:
getSubtopicsin interfaceTopic
-
setSubtopics
public void setSubtopics(List<Subtopic> subtopics)
- Specified by:
setSubtopicsin interfaceTopic
-
addSubtopic
public void addSubtopic(Subtopic subtopic)
- Specified by:
addSubtopicin interfaceTopic
-
-