| Constructor and Description |
|---|
FolderTask()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAcceptedTypes()
Getter for acceptedTypes.
|
SortedSet<FolderTask> |
getChildren()
Getter for children.
|
String |
getId()
Getter for id.
|
String |
getPath()
Getter for path.
|
boolean |
isFolder()
Getter for folder.
|
boolean |
isLazy()
Getter for lazy.
|
boolean |
isSelected()
Getter for selected.
|
void |
setAcceptedTypes(String[] acceptedTypes)
Setter for acceptedTypes.
|
void |
setChildren(SortedSet<FolderTask> children)
Setter for children.
|
void |
setFolder(boolean folder)
Setter for folder.
|
void |
setId(String id)
Setter for id.
|
void |
setLazy(boolean lazy)
Setter for lazy.
|
void |
setPath(String path)
Setter for path.
|
void |
setSelected(boolean selected)
Setter for selected.
|
getDisplayName, getUrl, isActive, setActive, setDisplayName, setUrlpublic SortedSet<FolderTask> getChildren()
public void setChildren(SortedSet<FolderTask> children)
children - the children to setpublic String getId()
public void setId(String id)
id - the id to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic boolean isSelected()
public void setSelected(boolean selected)
selected - the selected to setpublic boolean isFolder()
public void setFolder(boolean folder)
folder - the folder to setpublic boolean isLazy()
public void setLazy(boolean lazy)
lazy - the lazy to setpublic String[] getAcceptedTypes()
public void setAcceptedTypes(String[] acceptedTypes)
acceptedTypes - the acceptedTypes to setCopyright © 2020. All rights reserved.