Class PersistableRdfPubCollection
java.lang.Object
org.linkedopenactors.rdfpub.domain.commonsrdf.PersistableRdfPubCollection
- All Implemented Interfaces:
CollectionInfo
-
Constructor Summary
ConstructorDescriptionPersistableRdfPubCollection
(String humanReadableName, org.apache.commons.rdf.api.IRI subject) PersistableRdfPubCollection
(String humanReadableName, org.apache.commons.rdf.api.IRI subject, List<org.apache.commons.rdf.api.IRI> items) PersistableRdfPubCollection
(CollectionInfo collectionInfo) PersistableRdfPubCollection
(CollectionInfo collectionInfo, List<org.apache.commons.rdf.api.IRI> items) -
Method Summary
-
Constructor Details
-
PersistableRdfPubCollection
-
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
-
-
Method Details
-
getHumanReadableName
- Specified by:
getHumanReadableName
in interfaceCollectionInfo
-
getSubject
public org.apache.commons.rdf.api.IRI getSubject() -
getItems
-
getCollectionSubject
public org.apache.commons.rdf.api.IRI getCollectionSubject()- Specified by:
getCollectionSubject
in interfaceCollectionInfo
-