edu.wisc.my.portlets.bookmarks.domain
Class Bookmark
java.lang.Object
edu.wisc.my.portlets.bookmarks.domain.Entry
edu.wisc.my.portlets.bookmarks.domain.Bookmark
- All Implemented Interfaces:
- Serializable
public class Bookmark
- extends Entry
A bookmark tracks a URL and if the URL should be opened in a new window.
- Version:
- $Revision: 12140 $
- Author:
- Eric Dalquist eric.dalquist@doit.wisc.edu
- See Also:
- Serialized Form
| Methods inherited from class edu.wisc.my.portlets.bookmarks.domain.Entry |
getCreated, getId, getModified, getName, getNote, getNoteLines, setCreated, setId, setModified, setName, setNote |
Bookmark
public Bookmark()
isNewWindow
public boolean isNewWindow()
- Returns:
- Returns the newWindow.
setNewWindow
public void setNewWindow(boolean newWindow)
- Parameters:
newWindow - The newWindow to set.
getUrl
public String getUrl()
- Returns:
- Returns the url.
setUrl
public void setUrl(String url)
- Parameters:
url - The url to set.
equals
public boolean equals(Object object)
- Overrides:
equals in class Entry
- See Also:
Object.equals(Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class Entry
- See Also:
Object.hashCode()
toString
public String toString()
- Overrides:
toString in class Entry
- See Also:
Object.toString()
Copyright © 2010 Jasig. All Rights Reserved.