@Entity public class ConceptMapType extends BaseChangeableOpenmrsMetadata
Modifier and Type | Field and Description |
---|---|
static String |
SAME_AS_MAP_TYPE_UUID |
Constructor and Description |
---|
ConceptMapType()
default constructor
|
ConceptMapType(Integer conceptMapTypeId)
constructor with id
|
Modifier and Type | Method and Description |
---|---|
Integer |
getConceptMapTypeId() |
Integer |
getId() |
Boolean |
getIsHidden() |
boolean |
isHidden()
Deprecated.
as of 2.0, use
getIsHidden() |
void |
setConceptMapTypeId(Integer conceptMapTypeId) |
void |
setId(Integer id) |
void |
setIsHidden(Boolean isHidden) |
String |
toString()
Returns a string equal to the value of: ClassName{hashCode=...,
uuid=...}
|
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 String SAME_AS_MAP_TYPE_UUID
public ConceptMapType()
public ConceptMapType(Integer conceptMapTypeId)
public Integer getConceptMapTypeId()
public void setConceptMapTypeId(Integer conceptMapTypeId)
conceptMapTypeId
- the conceptMapTypeId to setpublic Boolean getIsHidden()
public void setIsHidden(Boolean isHidden)
isHidden
- the isHidden to setpublic Integer getId()
OpenmrsObject.getId()
public void setId(Integer id)
id
- - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)
public 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()
@Deprecated public boolean isHidden()
getIsHidden()
Copyright © 2024 OpenMRS Inc.. All rights reserved.