org.activemath.webapp.user
Class Bookmark

java.lang.Object
  extended by org.activemath.webapp.user.Bookmark

public class Bookmark
extends Object

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

Bookmark

public Bookmark(String title,
                String path)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getPath

public String getPath()

setPath

public void setPath(String path)

toString

public String toString()
Overrides:
toString in class Object