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, setRetireReason
equals, getUuid, hashCode, setUuid
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getUuid, setUuid
public 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 OpenmrsObject
OpenmrsObject.getId()
public void setId(java.lang.Integer id)
setId
in interface OpenmrsObject
id
- - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)
public java.lang.String toString()
BaseOpenmrsObject
uuid
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 BaseOpenmrsObject
Object.toString()
public boolean isHidden()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.