public class ConceptStopWord extends BaseOpenmrsObject implements java.io.Serializable
| Constructor and Description |
|---|
ConceptStopWord()
default constructor
|
ConceptStopWord(java.lang.String value)
Convenience constructor to create a ConceptStopWord object with default
locale English
|
ConceptStopWord(java.lang.String value,
java.util.Locale locale)
Convenience constructor to create a ConceptStopWord object with value and
locale
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getConceptStopWordId() |
java.lang.Integer |
getId() |
java.util.Locale |
getLocale() |
java.lang.String |
getValue() |
void |
setConceptStopWordId(java.lang.Integer conceptStopWordId) |
void |
setId(java.lang.Integer id) |
void |
setLocale(java.util.Locale locale) |
void |
setValue(java.lang.String value) |
java.lang.String |
toString()
Returns a string consisting of the name of the class of which the object is an instance and
the
uuid field surrounded by [ and ]. |
equals, getUuid, hashCode, setUuidpublic ConceptStopWord()
public ConceptStopWord(java.lang.String value)
value - public ConceptStopWord(java.lang.String value,
java.util.Locale locale)
value - local - public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
public java.lang.Integer getConceptStopWordId()
public void setConceptStopWordId(java.lang.Integer conceptStopWordId)
public java.lang.Integer getId()
getId in interface OpenmrsObjectpublic void setId(java.lang.Integer id)
setId in interface OpenmrsObjectid - - The unique Identifier for the objectpublic java.lang.String toString()
BaseOpenmrsObjectuuid field surrounded by [ and ]. In other words,
this method returns a string equal to the value of: getClass().getName() + '[' + uuid + ']'
If the uuid field is null, it delegates to
Object.toString()
toString in class BaseOpenmrsObjectObject.toString()Copyright © 2018 OpenMRS Inc.. All Rights Reserved.