public class ConceptReferenceTermListItem
extends java.lang.Object
| Constructor and Description |
|---|
ConceptReferenceTermListItem() |
ConceptReferenceTermListItem(ConceptReferenceTerm conceptReferenceTerm)
Most common constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCode() |
java.lang.Integer |
getConceptReferenceTermId() |
java.lang.Integer |
getConceptSourceId() |
java.lang.String |
getConceptSourceName() |
java.lang.String |
getName() |
java.lang.Boolean |
getRetired() |
int |
hashCode() |
void |
setCode(java.lang.String code) |
void |
setConceptReferenceTermId(java.lang.Integer conceptReferenceTermId) |
void |
setConceptSourceId(java.lang.Integer conceptSourceId) |
void |
setConceptSourceName(java.lang.String conceptSourceName) |
void |
setName(java.lang.String name) |
void |
setRetired(java.lang.Boolean retired) |
public ConceptReferenceTermListItem()
public ConceptReferenceTermListItem(ConceptReferenceTerm conceptReferenceTerm)
conceptReferenceTerm - the search to use to construct this conceptReferenceTermListItempublic java.lang.Integer getConceptReferenceTermId()
public void setConceptReferenceTermId(java.lang.Integer conceptReferenceTermId)
conceptReferenceTermId - the conceptReferenceTermId to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to set topublic java.lang.String getCode()
public void setCode(java.lang.String code)
code - the code to setpublic java.lang.Integer getConceptSourceId()
public void setConceptSourceId(java.lang.Integer conceptSourceId)
conceptSourceId - the conceptSourceId to setpublic java.lang.String getConceptSourceName()
public void setConceptSourceName(java.lang.String conceptSourceName)
conceptSourceName - the conceptSourceName to setpublic java.lang.Boolean getRetired()
public void setRetired(java.lang.Boolean retired)
retired - the retired to setpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()Copyright © 2018 OpenMRS Inc.. All Rights Reserved.