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