Class ArticleImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.identifiable.IdentifiableImpl
-
- de.digitalcollections.model.impl.identifiable.entity.EntityImpl
-
- de.digitalcollections.model.impl.identifiable.entity.ArticleImpl
-
- All Implemented Interfaces:
Article<Article>,Entity,Identifiable
public class ArticleImpl extends EntityImpl implements Article<Article>
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.entity.EntityImpl
entityType
-
Fields inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
created, description, label, lastModified, previewImage, type
-
-
Constructor Summary
Constructors Constructor Description ArticleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalizedStructuredContentgetText()voidsetText(LocalizedStructuredContent text)-
Methods inherited from class de.digitalcollections.model.impl.identifiable.entity.EntityImpl
getEntityType, setEntityType
-
Methods inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, 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, setEntityType
-
Methods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setType, setUuid
-
-
-
-
Method Detail
-
getText
public LocalizedStructuredContent getText()
-
setText
public void setText(LocalizedStructuredContent text)
-
-