|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.webapp.user.Bookmark
public class Bookmark
A bookmark set by a user.
| Constructor Summary | |
|---|---|
Bookmark(String title,
String path)
|
|
| Method Summary | |
|---|---|
String |
getPath()
|
String |
getTitle()
|
void |
setPath(String path)
|
void |
setTitle(String title)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Bookmark(String title,
String path)
| Method Detail |
|---|
public String getTitle()
public void setTitle(String title)
public String getPath()
public void setPath(String path)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||