org.mantisbt.connect.model
Class Note

java.lang.Object
  extended byorg.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()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Date getDateLastModified()
           
 java.util.Date getDateSubmitted()
           
 long getId()
           
 IAccount getReporter()
           
 java.lang.String getText()
           
 int hashCode()
           
 boolean isPrivate()
           
 void setPrivate(boolean isPrivate)
           
 void setReporter(IAccount reporter)
           
 void setText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Note

public Note()
Method Detail

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)