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