public class AlertListItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
AlertListItem() |
AlertListItem(Alert alert) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAlertId() |
java.util.Date |
getDateToExpire() |
java.lang.String |
getText() |
boolean |
isSatisfiedByAny() |
void |
setAlertId(java.lang.Integer alertId) |
void |
setDateToExpire(java.util.Date dateToExpire) |
void |
setSatisfiedByAny(boolean satisfiedByAny) |
void |
setText(java.lang.String text) |
public AlertListItem()
public AlertListItem(Alert alert)
public java.lang.Integer getAlertId()
public void setAlertId(java.lang.Integer alertId)
public java.util.Date getDateToExpire()
public void setDateToExpire(java.util.Date dateToExpire)
public java.lang.String getText()
public void setText(java.lang.String text)
public boolean isSatisfiedByAny()
public void setSatisfiedByAny(boolean satisfiedByAny)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.