Package org.aksw.dcat.jena.domain.api
Interface DcatDistributionCore
- All Superinterfaces:
DcatEntityCore
- All Known Subinterfaces:
DcatDistribution
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringSet-based access because of having seen dirty data in the wild; actually the arity is 0..1default Stringstatic <T,C extends Collection<T>>
Creplace(C c, Collection<T> items) static <T,C extends Collection<T>>
Creplace(C c, T item) default voidsetAccessUrl(String url) default voidsetDownloadUrl(String url) Methods inherited from interface org.aksw.dcat.jena.domain.api.DcatEntityCore
getDescription, getIdentifier, getTitle, setDescription, setIdentifier, setTitle
-
Method Details
-
getFormat
String getFormat() -
setFormat
-
getAccessUrls
Set-based access because of having seen dirty data in the wild; actually the arity is 0..1 -
getDownloadUrls
-
getAccessUrl
-
setAccessUrl
-
getDownloadUrl
-
setDownloadUrl
-
replace
-
replace
-