Class PersistableRdfPubCollection

java.lang.Object
org.linkedopenactors.rdfpub.domain.commonsrdf.PersistableRdfPubCollection
All Implemented Interfaces:
CollectionInfo

public class PersistableRdfPubCollection extends Object implements CollectionInfo
  • Constructor Details

    • PersistableRdfPubCollection

      public PersistableRdfPubCollection(CollectionInfo collectionInfo)
    • PersistableRdfPubCollection

      public PersistableRdfPubCollection(CollectionInfo collectionInfo, List<org.apache.commons.rdf.api.IRI> items)
    • PersistableRdfPubCollection

      public PersistableRdfPubCollection(String humanReadableName, org.apache.commons.rdf.api.IRI subject)
    • PersistableRdfPubCollection

      public PersistableRdfPubCollection(String humanReadableName, org.apache.commons.rdf.api.IRI subject, List<org.apache.commons.rdf.api.IRI> items)
  • Method Details

    • getHumanReadableName

      public String getHumanReadableName()
      Specified by:
      getHumanReadableName in interface CollectionInfo
    • getSubject

      public org.apache.commons.rdf.api.IRI getSubject()
    • getItems

      public List<org.apache.commons.rdf.api.IRI> getItems()
    • getCollectionSubject

      public org.apache.commons.rdf.api.IRI getCollectionSubject()
      Specified by:
      getCollectionSubject in interface CollectionInfo