Class ContentType

java.lang.Object
org.craftercms.studio.api.v2.dal.ContentType

public class ContentType extends Object
  • Field Details

    • name

      protected String name
    • label

      protected String label
    • form

      protected String form
    • formPath

      protected String formPath
    • type

      protected String type
    • contentAsFolder

      protected boolean contentAsFolder
    • useRoundedFolder

      protected boolean useRoundedFolder
    • allowedRoles

      protected Set<String> allowedRoles
    • lastUpdated

      protected ZonedDateTime lastUpdated
    • deleteDependencies

      protected List<ContentType.DeleteDependency> deleteDependencies
    • copyDepedencyPattern

      protected List<ContentType.CopyDependency> copyDepedencyPattern
    • isPreviewable

      protected boolean isPreviewable
    • imageThumbnail

      protected String imageThumbnail
    • noThumbnail

      protected boolean noThumbnail
    • pathIncludes

      protected List<String> pathIncludes
    • pathExcludes

      protected List<String> pathExcludes
  • Constructor Details

    • ContentType

      public ContentType()
  • Method Details

    • 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)
    • getLastUpdated

      public ZonedDateTime getLastUpdated()
    • setLastUpdated

      public void setLastUpdated(ZonedDateTime lastUpdated)
    • getDeleteDependencies

      public List<ContentType.DeleteDependency> getDeleteDependencies()
    • setDeleteDependencies

      public void setDeleteDependencies(List<ContentType.DeleteDependency> deleteDependencies)
    • getCopyDepedencyPattern

      public List<ContentType.CopyDependency> getCopyDepedencyPattern()
    • setCopyDepedencyPattern

      public void setCopyDepedencyPattern(List<ContentType.CopyDependency> copyDepedencyPattern)
    • 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)