DataValueDto

public class DataValueDto

A class to model data values associated with program stage events in the DHIS2 API.

Methods

equals

public boolean equals(Object obj)

getCategoryOptionCombo

public String getCategoryOptionCombo()

getComment

public String getComment()

getDataElement

public String getDataElement()

getOrgUnit

public String getOrgUnit()

getPeriod

public String getPeriod()

getValue

public String getValue()

hashCode

public int hashCode()

setCategoryOptionCombo

public void setCategoryOptionCombo(String categoryOptionCombo)

setComment

public void setComment(String comment)

setDataElement

public void setDataElement(String dataElement)

setOrgUnit

public void setOrgUnit(String orgUnit)

setPeriod

public void setPeriod(String period)

setValue

public void setValue(String value)