public class Program extends NameableObject
description, shortNamecode, created, id, lastUpdated, name| Constructor and Description |
|---|
Program() |
Program(String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
CategoryCombo |
getCategoryCombo() |
Set<DataElement> |
getDataElements()
Returns all data elements which are part of the stages of this program.
|
Set<DataElement> |
getDataElementsWithLegendSet()
Returns data elements which are part of the stages of this program which
have a legend set and is of numeric value type.
|
List<ProgramStage> |
getProgramStages() |
ProgramType |
getProgramType() |
boolean |
hasCategoryCombo() |
void |
setCategoryCombo(CategoryCombo categoryCombo) |
void |
setProgramStages(List<ProgramStage> programStages) |
void |
setProgramType(ProgramType programType) |
getDescription, getShortName, setDescription, setShortNameequals, getCode, getCreated, getId, getLastUpdated, getName, hashCode, setCode, setCreated, setId, setLastUpdated, setName, toStringpublic Set<DataElement> getDataElements()
DataElement.public Set<DataElement> getDataElementsWithLegendSet()
DataElement.public boolean hasCategoryCombo()
public ProgramType getProgramType()
public void setProgramType(ProgramType programType)
public CategoryCombo getCategoryCombo()
public void setCategoryCombo(CategoryCombo categoryCombo)
public List<ProgramStage> getProgramStages()
public void setProgramStages(List<ProgramStage> programStages)
Copyright © 2019 UiO. All rights reserved.