public class ProposingConceptException extends APIException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ProposingConceptException(Concept concept,
java.lang.String valueName)
Default constructor that takes in the required parameters
|
Modifier and Type | Method and Description |
---|---|
Concept |
getConcept() |
java.lang.String |
getValueName() |
void |
setConcept(Concept concept) |
void |
setValueName(java.lang.String valueName) |
public static final long serialVersionUID
public ProposingConceptException(Concept concept, java.lang.String valueName)
concept
- the question for this proposed conceptvalueName
- the proposed text for this conceptpublic Concept getConcept()
public void setConcept(Concept concept)
concept
- the concept to setpublic java.lang.String getValueName()
public void setValueName(java.lang.String valueName)
valueName
- the valueName to setCopyright © 2018 OpenMRS Inc.. All Rights Reserved.