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
customAttributes, entityType, refIdFields inherited from class de.digitalcollections.model.impl.identifiable.IdentifiableImpl
created, description, identifiers, label, lastModified, previewImage, previewImageRenderingHints, type -
Constructor Summary
Constructors Constructor Description ArticleImpl() -
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 class de.digitalcollections.model.impl.identifiable.entity.EntityImpl
equals, getCustomAttributes, getEntityType, getRefId, hashCode, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods 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, setUuidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
ArticleImpl
public ArticleImpl()
-
-
Method Details
-
getCreators
- Specified by:
getCreatorsin interfaceArticle<Article>
-
getDatePublished
public java.time.LocalDate getDatePublished()- Specified by:
getDatePublishedin interfaceArticle<Article>
-
getText
-
getTimeValuePublished
public org.wikidata.wdtk.datamodel.interfaces.TimeValue getTimeValuePublished()- Specified by:
getTimeValuePublishedin interfaceArticle<Article>
-
setCreators
- Specified by:
setCreatorsin interfaceArticle<Article>
-
setDatePublished
public void setDatePublished(java.time.LocalDate datePublished)- Specified by:
setDatePublishedin interfaceArticle<Article>
-
setText
-
setTimeValuePublished
public void setTimeValuePublished(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValuePublished)- Specified by:
setTimeValuePublishedin interfaceArticle<Article>
-