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 Details

    • getCreators

      java.util.List<Agent> getCreators()
    • setCreators

      void setCreators​(java.util.List<Agent> creators)
    • getDatePublished

      java.time.LocalDate getDatePublished()
    • setDatePublished

      void setDatePublished​(java.time.LocalDate datePublished)
    • getText

    • setText

      void setText​(LocalizedStructuredContent text)
    • getTimeValuePublished

      org.wikidata.wdtk.datamodel.interfaces.TimeValue getTimeValuePublished()
    • setTimeValuePublished

      void setTimeValuePublished​(org.wikidata.wdtk.datamodel.interfaces.TimeValue timeValuePublished)