Class Section


  • public class Section
    extends Object
    • Constructor Detail

      • Section

        public Section()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getLocale

        public String getLocale()
      • setLocale

        public void setLocale​(String locale)
      • getSourceLocale

        public String getSourceLocale()
      • setSourceLocale

        public void setSourceLocale​(String sourceLocale)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getHtmlUrl

        public String getHtmlUrl()
      • setHtmlUrl

        public void setHtmlUrl​(String htmlUrl)
      • getCategoryId

        public Long getCategoryId()
      • setCategoryId

        public void setCategoryId​(Long categoryId)
      • getOutdated

        public Boolean getOutdated()
      • setOutdated

        public void setOutdated​(Boolean outdated)
      • getPosition

        public Long getPosition()
      • setPosition

        public void setPosition​(Long position)
      • getTranslation_ids

        public List<String> getTranslation_ids()
      • setTranslation_ids

        public void setTranslation_ids​(List<String> translation_ids)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)