Class Report

    • Constructor Detail

      • Report

        public Report()
    • Method Detail

      • deleteCatCount

        public void deleteCatCount()
      • deleteSectionCount

        public void deleteSectionCount()
      • getAuthor

        public String getAuthor()
        Returns the value of field 'author'.
        Returns:
        the value of field 'Author'.
      • getCatCount

        public Integer getCatCount()
        Returns the value of field 'catCount'.
        Returns:
        the value of field 'CatCount'.
      • getCategories

        public Categories getCategories()
        Returns the value of field 'categories'.
        Returns:
        the value of field 'Categories'.
      • getCreated

        public Created getCreated()
        Returns the value of field 'created'.
        Returns:
        the value of field 'Created'.
      • getLogo

        public String getLogo()
        Returns the value of field 'logo'.
        Returns:
        the value of field 'Logo'.
      • getSectionCount

        public Integer getSectionCount()
        Returns the value of field 'sectionCount'.
        Returns:
        the value of field 'SectionCount'.
      • getViewInfo

        public ViewInfo getViewInfo()
        Returns the value of field 'viewInfo'. The field 'viewInfo' has the following description: element name="viewInfo"
        Returns:
        the value of field 'ViewInfo'.
      • hasCatCount

        public boolean hasCatCount()
        Method hasCatCount.
        Returns:
        true if at least one CatCount has been added
      • hasSectionCount

        public boolean hasSectionCount()
        Method hasSectionCount.
        Returns:
        true if at least one SectionCount has been added
      • setAuthor

        public void setAuthor​(String author)
        Sets the value of field 'author'.
        Parameters:
        author - the value of field 'author'.
      • setCatCount

        public void setCatCount​(Integer catCount)
        Sets the value of field 'catCount'.
        Parameters:
        catCount - the value of field 'catCount'.
      • setCategories

        public void setCategories​(Categories categories)
        Sets the value of field 'categories'.
        Parameters:
        categories - the value of field 'categories'.
      • setCreated

        public void setCreated​(Created created)
        Sets the value of field 'created'.
        Parameters:
        created - the value of field 'created'.
      • setLogo

        public void setLogo​(String logo)
        Sets the value of field 'logo'.
        Parameters:
        logo - the value of field 'logo'.
      • setSectionCount

        public void setSectionCount​(Integer sectionCount)
        Sets the value of field 'sectionCount'.
        Parameters:
        sectionCount - the value of field 'sectionCount'.
      • setViewInfo

        public void setViewInfo​(ViewInfo viewInfo)
        Sets the value of field 'viewInfo'. The field 'viewInfo' has the following description: element name="viewInfo"
        Parameters:
        viewInfo - the value of field 'viewInfo'.