Class ProcessVersionVO

    • Constructor Detail

      • ProcessVersionVO

        public ProcessVersionVO()
    • Method Detail

      • getSelected

        public Boolean getSelected()
        Returns:
        the selected
      • setSelected

        public void setSelected​(Boolean selected)
        Parameters:
        selected - the selected to set
      • setChildren

        public void setChildren​(List<ProcessVersionVO> children)
        Parameters:
        children - the children to set
      • getCompanyId

        public long getCompanyId()
        Returns:
        the companyId
      • setCompanyId

        public void setCompanyId​(long companyId)
        Parameters:
        companyId - the companyId to set
      • getFormId

        public Integer getFormId()
        Returns:
        the formId
      • setFormId

        public void setFormId​(Integer formId)
        Parameters:
        formId - the formId to set
      • getVersionDescription

        public String getVersionDescription()
        Returns:
        the versionDescription
      • setVersionDescription

        public void setVersionDescription​(String versionDescription)
        Parameters:
        versionDescription - the versionDescription to set
      • getProcessId

        public String getProcessId()
        Returns:
        the processId
      • setProcessId

        public void setProcessId​(String processId)
        Parameters:
        processId - the processId to set
      • getFavorite

        public Boolean getFavorite()
        Returns:
        the favorite
      • setFavorite

        public void setFavorite​(Boolean favorite)
        Parameters:
        favorite - the favorite to set