Package org.craftercms.studio.api.v1.to
Class DmFolderConfigTO
java.lang.Object
org.craftercms.studio.api.v1.to.DmFolderConfigTO
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getPath()
boolean
boolean
void
setAttachRootPrefix
(boolean attachRootPrefix) void
void
void
setReadDirectChildren
(boolean readDirectChildren)
-
Field Details
-
_attachRootPrefix
protected boolean _attachRootPrefix -
_readDirectChildren
protected boolean _readDirectChildren -
_path
-
_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
- Returns:
- the path
-
setPath
- Parameters:
path
- the path to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-