java.lang.Object
All Implemented Interfaces:
Entity, Work, Identifiable

public class WorkImpl
extends EntityImpl
implements Work
  • Constructor Details

    • WorkImpl

      public WorkImpl()
  • Method Details

    • getCreators

      public java.util.List<Agent> getCreators()
      Specified by:
      getCreators in interface Work
    • setCreators

      public void setCreators​(java.util.List<Agent> creators)
      Specified by:
      setCreators in interface Work
    • getDatePublished

      public java.time.LocalDate getDatePublished()
      Specified by:
      getDatePublished in interface Work
    • getTimeValuePublished

      public org.wikidata.wdtk.datamodel.interfaces.TimeValue getTimeValuePublished()
      Specified by:
      getTimeValuePublished in interface Work
    • setDatePublished

      public void setDatePublished​(java.time.LocalDate datePublished)
      Specified by:
      setDatePublished in interface Work
    • setTimeValuePublished

      public void setTimeValuePublished​(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValuePublished)
      Specified by:
      setTimeValuePublished in interface Work