@Portable public class OntologyClassBean extends Object
| Constructor and Description |
|---|
OntologyClassBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<OntologyClassBean> |
getChildren() |
String |
getComment() |
String |
getId() |
String |
getLabel() |
OntologyClassBean |
getParent() |
String |
getUri() |
void |
setChildren(List<OntologyClassBean> children) |
void |
setComment(String comment) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setParent(OntologyClassBean parent) |
void |
setUri(String uri) |
public String getId()
public String getLabel()
public String getComment()
public String getUri()
public OntologyClassBean getParent()
public List<OntologyClassBean> getChildren()
public void setId(String id)
id - the id to setpublic void setLabel(String label)
label - the label to setpublic void setComment(String comment)
comment - the comment to setpublic void setUri(String uri)
uri - the uri to setpublic void setParent(OntologyClassBean parent)
parent - the parent to setpublic void setChildren(List<OntologyClassBean> children)
children - the children to setCopyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.