Class AbstractProgramElementExporter.ProgramElementData

    • Method Detail

      • setOrgUnit

        public void setOrgUnit​(String orgUnitCode)
        Set the orgunit code of the program element.
        Parameters:
        orgUnitCode - The code of the orgunit
      • setStepHolder

        public void setStepHolder​(String stepHolderCode)
        Set the step holder code of the program element.
        Parameters:
        stepHolderCode - The code of the step holder
      • setPeriodType

        public void setPeriodType​(String periodTypeCode)
        Set the period type code of the program element.
        Parameters:
        periodTypeCode - The code of the period type
      • setSteps

        public void setSteps​(Set<Container> steps)
        Set the steps attached to the program element.
        Parameters:
        steps - The steps
      • getOrgUnit

        public String getOrgUnit()
        Get the orgunit code of the program element.
        Returns:
        The code of the orgunit
      • getStepHolder

        public String getStepHolder()
        Get the step holder code of the program element.
        Returns:
        The code of the step holder
      • getPeriodType

        public String getPeriodType()
        Get the period type code of the program element.
        Returns:
        The code of the period type
      • getSteps

        public Set<ContainergetSteps()
        Get the steps attached to the program element.
        Returns:
        The steps