Class ContentType


  • public class ContentType
    extends Object
    • Constructor Detail

      • ContentType

        public ContentType()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getForm

        public String getForm()
      • setForm

        public void setForm​(String form)
      • getFormPath

        public String getFormPath()
      • setFormPath

        public void setFormPath​(String formPath)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isContentAsFolder

        public boolean isContentAsFolder()
      • setContentAsFolder

        public void setContentAsFolder​(boolean contentAsFolder)
      • isUseRoundedFolder

        public boolean isUseRoundedFolder()
      • setUseRoundedFolder

        public void setUseRoundedFolder​(boolean useRoundedFolder)
      • getAllowedRoles

        public Set<String> getAllowedRoles()
      • setAllowedRoles

        public void setAllowedRoles​(Set<String> allowedRoles)
      • setLastUpdated

        public void setLastUpdated​(ZonedDateTime lastUpdated)
      • isPreviewable

        public boolean isPreviewable()
      • setPreviewable

        public void setPreviewable​(boolean previewable)
      • getImageThumbnail

        public String getImageThumbnail()
      • setImageThumbnail

        public void setImageThumbnail​(String imageThumbnail)
      • isNoThumbnail

        public boolean isNoThumbnail()
      • setNoThumbnail

        public void setNoThumbnail​(boolean noThumbnail)
      • getPathIncludes

        public List<String> getPathIncludes()
      • setPathIncludes

        public void setPathIncludes​(List<String> pathIncludes)
      • getPathExcludes

        public List<String> getPathExcludes()
      • setPathExcludes

        public void setPathExcludes​(List<String> pathExcludes)