public class CollectionFolder extends Entry implements CollapsibleEntry
| Constructor and Description |
|---|
CollectionFolder() |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,Entry> |
getChildren() |
List<Entry> |
getSortedChildren()
Returns an immutable sorted view of the values of the children Map.
|
String |
getUrl() |
boolean |
isMinimized() |
void |
setMinimized(boolean minimized) |
void |
setUrl(String url) |
equals, getCreated, getId, getModified, getName, getNote, getNoteLines, hashCode, setCreated, setId, setModified, setName, setNote, toStringpublic Map<Long,Entry> getChildren()
public boolean isMinimized()
isMinimized in interface CollapsibleEntrypublic void setMinimized(boolean minimized)
setMinimized in interface CollapsibleEntryminimized - The minimized to set.public List<Entry> getSortedChildren()
public String getUrl()
public void setUrl(String url)
Copyright © 2017 Jasig. All Rights Reserved.