public abstract class BaseConceptMap extends BaseOpenmrsObject implements Auditable
ConceptMaps and ConceptReferenceTermMaps| Constructor and Description |
|---|
BaseConceptMap() |
| Modifier and Type | Method and Description |
|---|---|
User |
getChangedBy() |
ConceptMapType |
getConceptMapType() |
User |
getCreator() |
Date |
getDateChanged() |
Date |
getDateCreated() |
void |
setChangedBy(User changedBy) |
void |
setConceptMapType(ConceptMapType conceptMapType) |
void |
setCreator(User creator) |
void |
setDateChanged(Date dateChanged) |
void |
setDateCreated(Date dateCreated) |
equals, getUuid, hashCode, setUuid, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, getUuid, setId, setUuidpublic ConceptMapType getConceptMapType()
public void setConceptMapType(ConceptMapType conceptMapType)
conceptMapType - the conceptMapType to setpublic User getCreator()
getCreator in interface Creatablepublic void setCreator(User creator)
setCreator in interface Creatablecreator - the creator to setpublic User getChangedBy()
getChangedBy in interface Changeablepublic void setChangedBy(User changedBy)
setChangedBy in interface ChangeablechangedBy - the changedBy to setpublic Date getDateCreated()
getDateCreated in interface Creatablepublic void setDateCreated(Date dateCreated)
setDateCreated in interface CreatabledateCreated - the dateCreated to setpublic Date getDateChanged()
getDateChanged in interface Changeablepublic void setDateChanged(Date dateChanged)
setDateChanged in interface ChangeabledateChanged - the dateChanged to setCopyright © 2024 OpenMRS Inc.. All rights reserved.