edu.wisc.my.portlets.bookmarks.domain
Class BookmarkSet
java.lang.Object
edu.wisc.my.portlets.bookmarks.domain.Entry
edu.wisc.my.portlets.bookmarks.domain.Folder
edu.wisc.my.portlets.bookmarks.domain.BookmarkSet
- All Implemented Interfaces:
- java.io.Serializable
public class BookmarkSet
- extends Folder
The root folder for a tree of bookmarks, adds an owner field to the object to associate
the set with a user.
- 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 |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BookmarkSet
public BookmarkSet()
getOwner
public java.lang.String getOwner()
- Returns:
- Returns the owner.
setOwner
public void setOwner(java.lang.String owner)
- Parameters:
owner - The owner to set.
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals in class Folder
- See Also:
Object.equals(Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class Folder
- See Also:
Object.hashCode()
toString
public java.lang.String toString()
- Overrides:
toString in class Folder
- See Also:
Object.toString()
Copyright © 1998-2007 Java Architectures Special Interest Group. All Rights Reserved.