Class DmFolderConfigTO

java.lang.Object
org.craftercms.studio.api.v1.to.DmFolderConfigTO
All Implemented Interfaces:
Serializable

public class DmFolderConfigTO extends Object implements Serializable
DmFolderConfig that specifies how each folder in UI maps to the folder structure in DM web project
Author:
hyanghee, Dejan Brkic
See Also:
  • Field Details

    • _attachRootPrefix

      protected boolean _attachRootPrefix
    • _readDirectChildren

      protected boolean _readDirectChildren
    • _path

      protected String _path
    • _name

      protected String _name
  • Constructor Details

    • DmFolderConfigTO

      public DmFolderConfigTO()
  • Method Details

    • isAttachRootPrefix

      public boolean isAttachRootPrefix()
      Returns:
      the attachRootPrefix
    • setAttachRootPrefix

      public void setAttachRootPrefix(boolean attachRootPrefix)
      Parameters:
      attachRootPrefix - the attachRootPrefix to set
    • isReadDirectChildren

      public boolean isReadDirectChildren()
      Returns:
      the readDirectChildren
    • setReadDirectChildren

      public void setReadDirectChildren(boolean readDirectChildren)
      Parameters:
      readDirectChildren - the readDirectChildren to set
    • getPath

      public String getPath()
      Returns:
      the path
    • setPath

      public void setPath(String path)
      Parameters:
      path - the path to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set