public abstract class AbstractIiifResourceImpl extends Object implements IiifResource
| Modifier and Type | Field and Description |
|---|---|
protected String |
attribution |
protected URI |
id |
protected String |
license |
protected String |
logo |
protected String |
related |
protected List<String> |
seeAlso |
protected Service |
service |
protected String |
type |
protected String |
within |
| Constructor and Description |
|---|
AbstractIiifResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribution() |
URI |
getId() |
String |
getLicense() |
String |
getLogo() |
String |
getRelated() |
List<String> |
getSeeAlso() |
Service |
getService() |
String |
getType() |
String |
getWithin() |
void |
setAttribution(String attribution) |
void |
setId(String id) |
void |
setId(URI id) |
void |
setLicense(String license) |
void |
setLogo(String logo) |
void |
setRelated(String related) |
void |
setSeeAlso(List<String> seeAlso) |
void |
setService(Service service) |
void |
setWithin(String within) |
protected String attribution
protected String license
protected String logo
protected String type
protected String related
protected Service service
protected String within
protected URI id
public String getAttribution()
getAttribution in interface IiifResourcepublic String getLicense()
getLicense in interface IiifResourcepublic String getLogo()
getLogo in interface IiifResourcepublic void setAttribution(String attribution)
setAttribution in interface IiifResourcepublic void setLicense(String license)
setLicense in interface IiifResourcepublic void setLogo(String logo)
setLogo in interface IiifResourcepublic String getType()
getType in interface IiifResourcepublic String getRelated()
getRelated in interface IiifResourcepublic void setRelated(String related)
setRelated in interface IiifResourcepublic Service getService()
getService in interface IiifResourcepublic void setService(Service service)
setService in interface IiifResourcepublic List<String> getSeeAlso()
getSeeAlso in interface IiifResourcepublic void setSeeAlso(List<String> seeAlso)
setSeeAlso in interface IiifResourcepublic String getWithin()
getWithin in interface IiifResourcepublic void setWithin(String within)
setWithin in interface IiifResourcepublic URI getId()
getId in interface IiifResourcepublic void setId(URI id)
setId in interface IiifResourcepublic void setId(String id) throws URISyntaxException
setId in interface IiifResourceURISyntaxExceptionCopyright © 2016. All rights reserved.