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
Modifier and Type Method Description java.util.List<Agent>getCreators()java.time.LocalDategetDatePublished()LocalizedStructuredContentgetText()org.wikidata.wdtk.datamodel.interfaces.TimeValuegetTimeValuePublished()voidsetCreators(java.util.List<Agent> creators)voidsetDatePublished(java.time.LocalDate datePublished)voidsetText(LocalizedStructuredContent text)voidsetTimeValuePublished(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValuePublished)Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hasCustomAttribute, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods 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 Details
-
getCreators
java.util.List<Agent> getCreators() -
setCreators
-
getDatePublished
java.time.LocalDate getDatePublished() -
setDatePublished
void setDatePublished(java.time.LocalDate datePublished) -
getText
LocalizedStructuredContent getText() -
setText
-
getTimeValuePublished
org.wikidata.wdtk.datamodel.interfaces.TimeValue getTimeValuePublished() -
setTimeValuePublished
void setTimeValuePublished(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValuePublished)
-