public class NIFJSONLDContext.JSONLDContextBean extends Object
| Constructor and Description |
|---|
JSONLDContextBean(String name,
String uri,
String label,
String comment,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getLabel() |
String |
getName() |
String |
getType() |
String |
getUri() |
void |
setComment(String comment) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(String type) |
void |
setUri(String uri) |
public String getName()
public void setName(String name)
public String getUri()
public void setUri(String uri)
public String getLabel()
public void setLabel(String label)
public String getType()
public void setType(String type)
public String getComment()
public void setComment(String comment)
Copyright © 2017. All rights reserved.