edu.wisc.my.portlets.bookmarks.domain
Class Entry
java.lang.Object
edu.wisc.my.portlets.bookmarks.domain.Entry
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Bookmark, Folder
public class Entry
- extends java.lang.Object
- implements java.io.Serializable
An Entry is the base object that may in a bookmarks hierarchy. It is a stand alone object
but is indended to be extended.
- Version:
- $Revision: 12141 $
- Author:
- Eric Dalquist eric.dalquist@doit.wisc.edu
- See Also:
- Serialized Form
|
Constructor Summary |
Entry()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Entry
public Entry()
getCreated
public java.util.Date getCreated()
- Returns:
- Returns the created.
setCreated
public void setCreated(java.util.Date created)
- Parameters:
created - The created to set.
getNote
public java.lang.String getNote()
- Returns:
- Returns the note.
setNote
public void setNote(java.lang.String note)
- Parameters:
note - The note to set.
getId
public long getId()
- Returns:
- Returns the id.
setId
public void setId(long id)
- Parameters:
id - The id to set.
getModified
public java.util.Date getModified()
- Returns:
- Returns the modified.
setModified
public void setModified(java.util.Date modified)
- Parameters:
modified - The modified to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name - The name to set.
getNoteLines
public java.lang.String[] getNoteLines()
- Returns:
- A String[] of the lines the note contains
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals in class java.lang.Object
- See Also:
Object.equals(Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
- See Also:
Object.hashCode()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- See Also:
Object.toString()
Copyright © 1998-2007 Java Architectures Special Interest Group. All Rights Reserved.