public class Concept extends Object
| Constructor and Description |
|---|
Concept() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConceptLinktype()
Get the linktype of the concept.
|
Integer |
getConceptSource()
Get the source of the concept.
|
String |
getConceptSystem()
Get the system of the concept.
|
String |
getConceptTerm()
Get the term of the concept.
|
String |
getConceptText()
Get the text of the concept.
|
String |
getConceptVersion()
Get the version of the concept.
|
void |
setConceptLinktype(String conceptLinktype)
Set the linktype of the concept.
|
void |
setConceptSource(Integer conceptSource)
Set the source of the concept.
|
void |
setConceptSystem(String conceptSystem)
Set the system of the concept.
|
void |
setConceptTerm(String conceptTerm)
Set the term of the concept.
|
void |
setConceptText(String conceptText)
Set the text of the concept.
|
void |
setConceptVersion(String conceptVersion)
Set the version of the concept.
|
public final String getConceptSystem()
public final void setConceptSystem(String conceptSystem)
conceptSystem - The concept systempublic final Integer getConceptSource()
public final void setConceptSource(Integer conceptSource)
conceptSource - The concept sourcepublic final String getConceptVersion()
public final void setConceptVersion(String conceptVersion)
conceptVersion - The concept versionpublic final String getConceptTerm()
public final void setConceptTerm(String conceptTerm)
conceptTerm - The concept termpublic final String getConceptText()
public final void setConceptText(String conceptText)
conceptText - The concept textpublic final String getConceptLinktype()
public final void setConceptLinktype(String conceptLinktype)
conceptLinktype - The concept linktypeCopyright © 2022 Samply Community. All rights reserved.