public class ConceptMapType extends BaseOpenmrsMetadata implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SAME_AS_MAP_TYPE_UUID |
| Constructor and Description |
|---|
ConceptMapType()
default constructor
|
ConceptMapType(java.lang.Integer conceptMapTypeId)
constructor with id
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getConceptMapTypeId() |
java.lang.Integer |
getId() |
java.lang.Boolean |
getIsHidden() |
boolean |
isHidden()
Returns true if this concept map type is hidden otherwise false
|
void |
setConceptMapTypeId(java.lang.Integer conceptMapTypeId) |
void |
setId(java.lang.Integer id) |
void |
setIsHidden(java.lang.Boolean isHidden) |
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 ]. |
getChangedBy, getCreator, getDateChanged, getDateCreated, getDateRetired, getDescription, getName, getRetired, getRetiredBy, getRetireReason, isRetired, setChangedBy, setCreator, setDateChanged, setDateCreated, setDateRetired, setDescription, setName, setRetired, setRetiredBy, setRetireReasonequals, getUuid, hashCode, setUuidclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetUuid, setUuidpublic static final java.lang.String SAME_AS_MAP_TYPE_UUID
public ConceptMapType()
public ConceptMapType(java.lang.Integer conceptMapTypeId)
public java.lang.Integer getConceptMapTypeId()
public void setConceptMapTypeId(java.lang.Integer conceptMapTypeId)
conceptMapTypeId - the conceptMapTypeId to setpublic java.lang.Boolean getIsHidden()
public void setIsHidden(java.lang.Boolean isHidden)
isHidden - the isHidden to setpublic java.lang.Integer getId()
getId in interface OpenmrsObjectOpenmrsObject.getId()public void setId(java.lang.Integer id)
setId in interface OpenmrsObjectid - - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)public 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()public boolean isHidden()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.