public class Bookmark extends Entry
| Constructor and Description |
|---|
Bookmark() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getUrl()
Getter for the field
url. |
int |
hashCode()
hashCode.
|
boolean |
isNewWindow()
isNewWindow.
|
void |
setNewWindow(boolean newWindow)
Setter for the field
newWindow. |
void |
setUrl(java.lang.String url)
Setter for the field
url. |
java.lang.String |
toString()
toString.
|
getCreated, getId, getModified, getName, getNote, getNoteLines, setCreated, setId, setModified, setName, setNotepublic boolean isNewWindow()
isNewWindow.
public void setNewWindow(boolean newWindow)
Setter for the field newWindow.
newWindow - The newWindow to set.public java.lang.String getUrl()
Getter for the field url.
public void setUrl(java.lang.String url)
Setter for the field url.
url - The url to set.public int hashCode()
hashCode.
Copyright © 2023 Apereo. All Rights Reserved.