public abstract class BaseConceptMap extends BaseOpenmrsObject implements Auditable
ConceptMap
s and ConceptReferenceTermMap
sConstructor 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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getUuid, setId, setUuid
public ConceptMapType getConceptMapType()
public void setConceptMapType(ConceptMapType conceptMapType)
conceptMapType
- the conceptMapType to setpublic User getCreator()
getCreator
in interface Creatable
public void setCreator(User creator)
setCreator
in interface Creatable
creator
- the creator to setpublic User getChangedBy()
getChangedBy
in interface Changeable
public void setChangedBy(User changedBy)
setChangedBy
in interface Changeable
changedBy
- the changedBy to setpublic Date getDateCreated()
getDateCreated
in interface Creatable
public void setDateCreated(Date dateCreated)
setDateCreated
in interface Creatable
dateCreated
- the dateCreated to setpublic Date getDateChanged()
getDateChanged
in interface Changeable
public void setDateChanged(Date dateChanged)
setDateChanged
in interface Changeable
dateChanged
- the dateChanged to setCopyright © 2024 OpenMRS Inc.. All rights reserved.