AttributeDto

public class AttributeDto

A class to model the DHIS2 API’s attributes resource.

Methods

equals

public boolean equals(Object obj)

getAttribute

public String getAttribute()

getCode

public String getCode()

getDisplayName

public String getDisplayName()

getType

public String getType()

getValue

public String getValue()

hashCode

public int hashCode()

setAttribute

public void setAttribute(String attribute)

setCode

public void setCode(String code)

setDisplayName

public void setDisplayName(String displayName)

setType

public void setType(String type)

setValue

public void setValue(String value)