public class ServiceImpl extends Object implements Service
| Modifier and Type | Field and Description |
|---|---|
protected String |
context |
protected URI |
id |
protected String |
label |
protected String |
profile |
| Constructor and Description |
|---|
ServiceImpl() |
ServiceImpl(String id) |
ServiceImpl(URI id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
URI |
getId() |
String |
getLabel() |
String |
getProfile() |
void |
setContext(String context) |
void |
setId(String id) |
void |
setId(URI id) |
void |
setLabel(String label) |
void |
setProfile(String profile) |
protected String context
protected URI id
protected String label
protected String profile
public ServiceImpl()
public ServiceImpl(URI id)
public ServiceImpl(String id) throws URISyntaxException
URISyntaxExceptionpublic String getContext()
getContext in interface Servicepublic void setContext(String context)
setContext in interface Servicepublic void setId(String id) throws URISyntaxException
setId in interface ServiceURISyntaxExceptionpublic String getProfile()
getProfile in interface Servicepublic void setProfile(String profile)
setProfile in interface ServiceCopyright © 2016. All rights reserved.