public class Bookmark extends Entry
| Constructor and Description |
|---|
Bookmark() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getUrl() |
int |
hashCode() |
boolean |
isNewWindow() |
void |
setNewWindow(boolean newWindow) |
void |
setUrl(String url) |
String |
toString() |
getCreated, getId, getModified, getName, getNote, getNoteLines, setCreated, setId, setModified, setName, setNotepublic boolean isNewWindow()
public void setNewWindow(boolean newWindow)
newWindow - The newWindow to set.public String getUrl()
public void setUrl(String url)
url - The url to set.public boolean equals(Object object)
equals in class EntryObject.equals(Object)public int hashCode()
hashCode in class EntryObject.hashCode()public String toString()
toString in class EntryObject.toString()Copyright © 2016 Jasig. All Rights Reserved.