Class 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:
    Serialized Form
    • Field Detail

      • _attachRootPrefix

        protected boolean _attachRootPrefix
      • _readDirectChildren

        protected boolean _readDirectChildren
      • _path

        protected String _path
      • _name

        protected String _name
    • Constructor Detail

      • DmFolderConfigTO

        public DmFolderConfigTO()
    • Method Detail

      • 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