public abstract class ActiveListItem extends BaseOpenmrsData
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
activeListId |
protected ActiveListType |
activeListType |
protected java.lang.String |
comments |
protected Concept |
concept |
protected java.util.Date |
endDate |
protected Person |
person |
protected java.util.Date |
startDate |
protected Obs |
startObs |
protected Obs |
stopObs |
creator
Modifier | Constructor and Description |
---|---|
protected |
ActiveListItem() |
protected |
ActiveListItem(java.lang.Integer activeListId) |
protected |
ActiveListItem(Person person,
ActiveListType activeListType,
Concept concept,
java.util.Date startDate) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getActiveListId() |
ActiveListType |
getActiveListType() |
java.lang.String |
getComments() |
protected Concept |
getConcept() |
java.util.Date |
getEndDate() |
java.lang.Integer |
getId() |
Person |
getPerson() |
java.util.Date |
getStartDate() |
Obs |
getStartObs() |
Obs |
getStopObs() |
void |
setActiveListId(java.lang.Integer activeListId) |
void |
setActiveListType(ActiveListType activeListType) |
void |
setComments(java.lang.String comments) |
protected void |
setConcept(Concept concept) |
void |
setEndDate(java.util.Date endDate) |
void |
setId(java.lang.Integer id) |
void |
setPerson(Person person) |
void |
setStartDate(java.util.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
equals, getUuid, hashCode, setUuid, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getUuid, setUuid
protected java.lang.Integer activeListId
protected Person person
protected ActiveListType activeListType
protected Concept concept
protected java.util.Date startDate
protected java.util.Date endDate
protected Obs startObs
protected Obs stopObs
protected java.lang.String comments
protected ActiveListItem()
protected ActiveListItem(java.lang.Integer activeListId)
protected ActiveListItem(Person person, ActiveListType activeListType, Concept concept, java.util.Date startDate)
public java.lang.Integer getId()
OpenmrsObject.getId()
public void setId(java.lang.Integer id)
id
- - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)
public void setActiveListId(java.lang.Integer activeListId)
public java.lang.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 java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate
- the startDate to setpublic java.util.Date getEndDate()
public void setEndDate(java.util.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 java.lang.String getComments()
public void setComments(java.lang.String comments)
comments
- the comments to setCopyright © 2018 OpenMRS Inc.. All Rights Reserved.