org.mantisbt.connect.model
Class Note
java.lang.Object
org.mantisbt.connect.model.Note
- All Implemented Interfaces:
- INote
- public class Note
- extends java.lang.Object
- implements INote
- Author:
- Peter Lanser, planser@users.sourceforge.net
Constructor Summary |
Note()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Note
public Note()
getDateLastModified
public java.util.Date getDateLastModified()
- Specified by:
getDateLastModified
in interface INote
getDateSubmitted
public java.util.Date getDateSubmitted()
- Specified by:
getDateSubmitted
in interface INote
getId
public long getId()
- Specified by:
getId
in interface INote
getReporter
public IAccount getReporter()
- Specified by:
getReporter
in interface INote
getText
public java.lang.String getText()
- Specified by:
getText
in interface INote
isPrivate
public boolean isPrivate()
- Specified by:
isPrivate
in interface INote
setPrivate
public void setPrivate(boolean isPrivate)
- Specified by:
setPrivate
in interface INote
setReporter
public void setReporter(IAccount reporter)
- Specified by:
setReporter
in interface INote
setText
public void setText(java.lang.String text)
- Specified by:
setText
in interface INote
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object obj)