public class AlertListItem extends 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 |
---|---|
Integer |
getAlertId() |
Date |
getDateToExpire() |
String |
getText() |
boolean |
isSatisfiedByAny() |
void |
setAlertId(Integer alertId) |
void |
setDateToExpire(Date dateToExpire) |
void |
setSatisfiedByAny(boolean satisfiedByAny) |
void |
setText(String text) |
public AlertListItem()
public AlertListItem(Alert alert)
public Integer getAlertId()
public void setAlertId(Integer alertId)
public Date getDateToExpire()
public void setDateToExpire(Date dateToExpire)
public String getText()
public void setText(String text)
public boolean isSatisfiedByAny()
public void setSatisfiedByAny(boolean satisfiedByAny)
Copyright © 2015 OpenMRS Inc.. All rights reserved.