public class Folder extends Entry implements CollapsibleEntry
getChildren() will be reflected to other
code using these APIs.| Constructor and Description |
|---|
Folder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.util.Comparator<Entry> |
getChildComparator() |
java.util.Map<java.lang.Long,Entry> |
getChildren() |
java.util.List<Entry> |
getSortedChildren()
Returns an immutable sorted view of the values of the children Map.
|
int |
hashCode() |
boolean |
isMinimized() |
void |
setChildComparator(java.util.Comparator<Entry> childComparator) |
void |
setChildren(java.util.Map<java.lang.Long,Entry> children) |
void |
setMinimized(boolean minimized) |
java.lang.String |
toString() |
getCreated, getId, getModified, getName, getNote, getNoteLines, setCreated, setId, setModified, setName, setNotepublic java.util.Map<java.lang.Long,Entry> getChildren()
public void setChildren(java.util.Map<java.lang.Long,Entry> children)
children - The children to set.public boolean isMinimized()
isMinimized in interface CollapsibleEntrypublic void setMinimized(boolean minimized)
setMinimized in interface CollapsibleEntryminimized - The minimized to set.public java.util.List<Entry> getSortedChildren()
public java.util.Comparator<Entry> getChildComparator()
public void setChildComparator(java.util.Comparator<Entry> childComparator)
childComparator - The childComparator to set, calls setChildComparator on all children of type Folder.public boolean equals(java.lang.Object object)
Copyright © 2018 Jasig. All Rights Reserved.