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()
Getter for the field
childComparator. |
java.util.Map<java.lang.Long,Entry> |
getChildren()
Getter for the field
children. |
java.util.List<Entry> |
getSortedChildren()
Returns an immutable sorted view of the values of the children Map.
|
int |
hashCode()
hashCode.
|
boolean |
isMinimized()
isMinimized.
|
void |
setChildComparator(java.util.Comparator<Entry> childComparator)
Setter for the field
childComparator. |
void |
setChildren(java.util.Map<java.lang.Long,Entry> children)
Setter for the field
children. |
void |
setMinimized(boolean minimized)
setMinimized.
|
java.lang.String |
toString()
toString.
|
getCreated, getId, getModified, getName, getNote, getNoteLines, setCreated, setId, setModified, setName, setNotepublic java.util.Map<java.lang.Long,Entry> getChildren()
Getter for the field children.
public void setChildren(java.util.Map<java.lang.Long,Entry> children)
Setter for the field children.
children - The children to set.public boolean isMinimized()
isMinimized.
isMinimized in interface CollapsibleEntrypublic void setMinimized(boolean minimized)
setMinimized.
setMinimized in interface CollapsibleEntryminimized - a boolean.public java.util.List<Entry> getSortedChildren()
public java.util.Comparator<Entry> getChildComparator()
Getter for the field childComparator.
public void setChildComparator(java.util.Comparator<Entry> childComparator)
Setter for the field childComparator.
childComparator - The childComparator to set, calls setChildComparator on all children of type Folder.public int hashCode()
hashCode.
Copyright © 2019 Jasig. All Rights Reserved.