public class ResourceImpl extends Object implements Resource
| Modifier and Type | Field and Description |
|---|---|
protected String |
format |
protected URI |
id |
protected String |
type |
| Constructor and Description |
|---|
ResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
URI |
getId() |
Service |
getService() |
String |
getType() |
void |
setFormat(String format) |
void |
setId(String id) |
void |
setId(URI id) |
void |
setService(Service service) |
void |
setType(String type) |
public Service getService()
getService in interface Resourcepublic void setService(Service service)
setService in interface ResourceCopyright © 2017. All rights reserved.