Class Article
- java.lang.Object
-
- de.digitalcollections.model.identifiable.Identifiable
-
- de.digitalcollections.model.identifiable.entity.Entity
-
- de.digitalcollections.model.identifiable.entity.Article
-
public class Article extends Entity
Article is used to manage cultural articles and their hierarchy.
-
-
Field Summary
-
Fields inherited from class de.digitalcollections.model.identifiable.entity.Entity
customAttributes, entityType, refId
-
Fields inherited from class de.digitalcollections.model.identifiable.Identifiable
created, description, identifiers, label, lastModified, previewImage, previewImageRenderingHints, type
-
-
Constructor Summary
Constructors Constructor Description Article()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Agent>getCreators()LocalDategetDatePublished()LocalizedStructuredContentgetText()org.wikidata.wdtk.datamodel.interfaces.TimeValuegetTimeValuePublished()voidsetCreators(List<Agent> creators)voidsetDatePublished(LocalDate datePublished)voidsetText(LocalizedStructuredContent text)voidsetTimeValuePublished(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValuePublished)-
Methods inherited from class de.digitalcollections.model.identifiable.entity.Entity
equals, getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hashCode, setCustomAttribute, setCustomAttributes, setEntityType, setRefId
-
Methods inherited from class de.digitalcollections.model.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
-
-
-
Method Detail
-
getDatePublished
public LocalDate getDatePublished()
-
getText
public LocalizedStructuredContent getText()
-
getTimeValuePublished
public org.wikidata.wdtk.datamodel.interfaces.TimeValue getTimeValuePublished()
-
setDatePublished
public void setDatePublished(LocalDate datePublished)
-
setText
public void setText(LocalizedStructuredContent text)
-
setTimeValuePublished
public void setTimeValuePublished(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValuePublished)
-
-