Class WorkImpl
java.lang.Object
de.digitalcollections.model.impl.identifiable.IdentifiableImpl
de.digitalcollections.model.impl.identifiable.entity.EntityImpl
de.digitalcollections.model.impl.identifiable.entity.work.WorkImpl
- All Implemented Interfaces:
Entity,Work,Identifiable
public class WorkImpl extends EntityImpl implements Work
-
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 WorkImpl() -
Method Summary
Modifier and Type Method Description java.util.List<Agent>getCreators()java.time.LocalDategetDatePublished()org.wikidata.wdtk.datamodel.interfaces.TimeValuegetTimeValuePublished()voidsetCreators(java.util.List<Agent> creators)voidsetDatePublished(java.time.LocalDate datePublished)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
-
WorkImpl
public WorkImpl()
-
-
Method Details
-
getCreators
- Specified by:
getCreatorsin interfaceWork
-
setCreators
- Specified by:
setCreatorsin interfaceWork
-
getDatePublished
public java.time.LocalDate getDatePublished()- Specified by:
getDatePublishedin interfaceWork
-
getTimeValuePublished
public org.wikidata.wdtk.datamodel.interfaces.TimeValue getTimeValuePublished()- Specified by:
getTimeValuePublishedin interfaceWork
-
setDatePublished
public void setDatePublished(java.time.LocalDate datePublished)- Specified by:
setDatePublishedin interfaceWork
-
setTimeValuePublished
public void setTimeValuePublished(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValuePublished)- Specified by:
setTimeValuePublishedin interfaceWork
-