Uses of Class
org.n52.shetland.rdf.dct.Publisher
-
Packages that use Publisher Package Description org.n52.shetland.rdf.dcat -
-
Uses of Publisher in org.n52.shetland.rdf.dcat
Methods in org.n52.shetland.rdf.dcat that return Publisher Modifier and Type Method Description PublisherCatalog. getPublisher()PublisherDataset. getPublisher()Methods in org.n52.shetland.rdf.dcat with parameters of type Publisher Modifier and Type Method Description CatalogCatalog. setPublisher(Publisher publisher)DatasetDataset. setPublisher(Publisher publisher)Constructors in org.n52.shetland.rdf.dcat with parameters of type Publisher Constructor Description Catalog(Collection<Title> titles, Collection<Description> descriptions, Publisher publisher, Dataset dataset)Catalog(Title title, Description description, Publisher publisher, Dataset dataset)
-