public class Ontology extends AuthoredEntity
id
Constructor and Description |
---|
Ontology() |
Ontology(Integer id,
String label,
String description,
String graphName,
Integer authorId,
String authorName,
String definition) |
Modifier and Type | Method and Description |
---|---|
Integer |
getAuthorId()
Returns ID of the creator.
|
String |
getAuthorName() |
String |
getDefinition() |
String |
getDescription() |
Integer |
getDnRulesGroup() |
String |
getGraphName() |
String |
getLabel() |
Integer |
getQaRulesGroup() |
void |
setAuthorId(Integer authorId) |
void |
setAuthorName(String authorName) |
void |
setDefinition(String definition) |
void |
setDnRulesGroup(Integer dnRulesGroup) |
void |
setGraphName(String graphName) |
void |
setQaRulesGroup(Integer qaRulesGroup) |
getId, setId
public Ontology(Integer id, String label, String description, String graphName, Integer authorId, String authorName, String definition)
id
- label
- description
- graphName
- authorId
- authorName
- definition
- public Ontology()
public String getLabel()
public String getDescription()
public String getGraphName()
public void setGraphName(String graphName)
graphName
- public String getDefinition()
public void setDefinition(String definition)
definition
- public Integer getAuthorId()
AuthoredEntity
getAuthorId
in class AuthoredEntity
public Integer getQaRulesGroup()
public Integer getDnRulesGroup()
public void setAuthorId(Integer authorId)
authorId
- public String getAuthorName()
public void setAuthorName(String authorName)
authorName
- public void setQaRulesGroup(Integer qaRulesGroup)
qaRulesGroup
- public void setDnRulesGroup(Integer dnRulesGroup)
dnRulesGroup
- Copyright © 2013. All Rights Reserved.