edu.wisc.my.portlets.bookmarks.domain
Class CollectionFolder
java.lang.Object
edu.wisc.my.portlets.bookmarks.domain.Entry
edu.wisc.my.portlets.bookmarks.domain.CollectionFolder
- All Implemented Interfaces:
- CollapsibleEntry, Serializable
public class CollectionFolder
- extends Entry
- implements CollapsibleEntry
- See Also:
- Serialized Form
| Methods inherited from class edu.wisc.my.portlets.bookmarks.domain.Entry |
equals, getCreated, getId, getModified, getName, getNote, getNoteLines, hashCode, setCreated, setId, setModified, setName, setNote, toString |
CollectionFolder
public CollectionFolder()
getChildren
public Map<Long,Entry> getChildren()
- Returns:
- Returns the children, will never return null.
isMinimized
public boolean isMinimized()
- Specified by:
isMinimized in interface CollapsibleEntry
- Returns:
- Returns the minimized.
setMinimized
public void setMinimized(boolean minimized)
- Specified by:
setMinimized in interface CollapsibleEntry
- Parameters:
minimized - The minimized to set.
getSortedChildren
public List<Entry> getSortedChildren()
- Returns an immutable sorted view of the values of the children Map. The sorting is done
using the current childComparator. Warning, this is has a time cost of 2n log(n)
on every call.
- Returns:
- An immutable sorted view of the folder's children.
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
Copyright © 2010 Jasig. All Rights Reserved.