org.mantisbt.connect.model
Class IssueHeader

java.lang.Object
  extended byorg.mantisbt.connect.model.IssueHeader
All Implemented Interfaces:
IIssueHeader

public class IssueHeader
extends java.lang.Object
implements IIssueHeader

Author:
Peter Lanser, planser@users.sourceforge.net

Constructor Summary
IssueHeader()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAttachmentsCount()
           
 java.lang.String getCategory()
           
 java.util.Date getDateLastUpdated()
           
 long getHandler()
           
 long getId()
           
 long getNotesCount()
           
 long getPriority()
           
 long getProject()
           
 long getReporter()
           
 long getResolution()
           
 long getSeverity()
           
 long getStatus()
           
 java.lang.String getSummary()
           
 int hashCode()
           
 boolean isPrivate()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueHeader

public IssueHeader()
Method Detail

getAttachmentsCount

public long getAttachmentsCount()
Specified by:
getAttachmentsCount in interface IIssueHeader

getCategory

public java.lang.String getCategory()
Specified by:
getCategory in interface IIssueHeader

getDateLastUpdated

public java.util.Date getDateLastUpdated()
Specified by:
getDateLastUpdated in interface IIssueHeader

getHandler

public long getHandler()
Specified by:
getHandler in interface IIssueHeader

getId

public long getId()
Specified by:
getId in interface IIssueHeader

getNotesCount

public long getNotesCount()
Specified by:
getNotesCount in interface IIssueHeader

getPriority

public long getPriority()
Specified by:
getPriority in interface IIssueHeader

getProject

public long getProject()
Specified by:
getProject in interface IIssueHeader

getReporter

public long getReporter()
Specified by:
getReporter in interface IIssueHeader

getResolution

public long getResolution()
Specified by:
getResolution in interface IIssueHeader

getSeverity

public long getSeverity()
Specified by:
getSeverity in interface IIssueHeader

getStatus

public long getStatus()
Specified by:
getStatus in interface IIssueHeader

getSummary

public java.lang.String getSummary()
Specified by:
getSummary in interface IIssueHeader

isPrivate

public boolean isPrivate()
Specified by:
isPrivate in interface IIssueHeader

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)