Interface Article<A extends Article>
-
- Type Parameters:
A- an article instance
- All Superinterfaces:
Entity,Identifiable
- All Known Implementing Classes:
ArticleImpl
public interface Article<A extends Article> extends Entity
Article is used to manage cultural articles and their hierarchy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalizedStructuredContentgetText()voidsetText(LocalizedStructuredContent text)-
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
LocalizedStructuredContent getText()
-
setText
void setText(LocalizedStructuredContent text)
-
-