org.mantisbt.connect.model
Interface IIssueHeader

All Known Implementing Classes:
IssueHeader

public interface IIssueHeader

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

Method Summary
 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()
           
 boolean isPrivate()
           
 

Method Detail

getAttachmentsCount

public long getAttachmentsCount()

getCategory

public java.lang.String getCategory()

getHandler

public long getHandler()

getId

public long getId()

getDateLastUpdated

public java.util.Date getDateLastUpdated()

getNotesCount

public long getNotesCount()

getPriority

public long getPriority()

getProject

public long getProject()

getReporter

public long getReporter()

getResolution

public long getResolution()

getSeverity

public long getSeverity()

getStatus

public long getStatus()

getSummary

public java.lang.String getSummary()

isPrivate

public boolean isPrivate()