public abstract class ActiveListItem extends BaseOpenmrsData
Modifier and Type | Field and Description |
---|---|
protected Integer |
activeListId |
protected ActiveListType |
activeListType |
protected String |
comments |
protected Concept |
concept |
protected Date |
endDate |
protected Person |
person |
protected Date |
startDate |
protected Obs |
startObs |
protected Obs |
stopObs |
creator
Modifier | Constructor and Description |
---|---|
protected |
ActiveListItem() |
protected |
ActiveListItem(Integer activeListId) |
protected |
ActiveListItem(Person person,
ActiveListType activeListType,
Concept concept,
Date startDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getActiveListId() |
ActiveListType |
getActiveListType() |
String |
getComments() |
protected Concept |
getConcept() |
Date |
getEndDate() |
Integer |
getId() |
Person |
getPerson() |
Date |
getStartDate() |
Obs |
getStartObs() |
Obs |
getStopObs() |
void |
setActiveListId(Integer activeListId) |
void |
setActiveListType(ActiveListType activeListType) |
void |
setComments(String comments) |
protected void |
setConcept(Concept concept) |
void |
setEndDate(Date endDate) |
void |
setId(Integer id) |
void |
setPerson(Person person) |
void |
setStartDate(Date startDate) |
void |
setStartObs(Obs startObs) |
void |
setStopObs(Obs stopObs) |
getChangedBy, getCreator, getDateChanged, getDateCreated, getDateVoided, getVoided, getVoidedBy, getVoidReason, isVoided, setChangedBy, setCreator, setDateChanged, setDateCreated, setDateVoided, setVoided, setVoidedBy, setVoidReason
getUuid, setUuid
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUuid, setUuid
protected Integer activeListId
protected Person person
protected ActiveListType activeListType
protected Concept concept
protected Date startDate
protected Date endDate
protected Obs startObs
protected Obs stopObs
protected String comments
protected ActiveListItem()
protected ActiveListItem(Integer activeListId)
protected ActiveListItem(Person person, ActiveListType activeListType, Concept concept, Date startDate)
public Integer getId()
OpenmrsObject.getId()
public void setId(Integer id)
id
- - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)
public void setActiveListId(Integer activeListId)
public Integer getActiveListId()
public Person getPerson()
public void setPerson(Person person)
person
- the person to setpublic ActiveListType getActiveListType()
public void setActiveListType(ActiveListType activeListType)
activeListType
- the activeListType to setprotected Concept getConcept()
protected void setConcept(Concept concept)
concept
- the concept to setpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate
- the startDate to setpublic Date getEndDate()
public void setEndDate(Date endDate)
endDate
- the endDate to setpublic Obs getStartObs()
public void setStartObs(Obs startObs)
startObs
- the startObs to setpublic Obs getStopObs()
public void setStopObs(Obs stopObs)
stopObs
- the stopObs to setpublic String getComments()
public void setComments(String comments)
comments
- the comments to setCopyright © 2018 OpenMRS LLC.. All Rights Reserved.