public class ConceptStopWord extends BaseOpenmrsObject
Constructor and Description |
---|
ConceptStopWord()
default constructor
|
ConceptStopWord(String value)
Convenience constructor to create a ConceptStopWord object with default
locale English
|
ConceptStopWord(String value,
Locale locale)
Convenience constructor to create a ConceptStopWord object with value and
locale
|
Modifier and Type | Method and Description |
---|---|
Integer |
getConceptStopWordId() |
Integer |
getId() |
Locale |
getLocale() |
String |
getValue() |
void |
setConceptStopWordId(Integer conceptStopWordId) |
void |
setId(Integer id) |
void |
setLocale(Locale locale) |
void |
setValue(String value) |
String |
toString()
Returns a string equal to the value of: ClassName{hashCode=...,
uuid=...}
|
equals, getUuid, hashCode, setUuid
public ConceptStopWord()
public ConceptStopWord(String value)
value
- public String getValue()
public void setValue(String value)
public Locale getLocale()
public void setLocale(Locale locale)
public Integer getConceptStopWordId()
public void setConceptStopWordId(Integer conceptStopWordId)
public Integer getId()
public void setId(Integer id)
id
- - The unique Identifier for the objectpublic String toString()
BaseOpenmrsObject
ClassName{hashCode=..., uuid=...}
If the uuid
field is null
, it returns:
ClassName{hashCode=...}Should include hashCode if uuid is null Should include uuid if not null
toString
in class BaseOpenmrsObject
Object.toString()
Copyright © 2024 OpenMRS Inc.. All rights reserved.