net.sourceforge.groboutils.pmti.v1.itf
Interface IIssueRecord

All Known Implementing Classes:
DefaultIssueRecord

public interface IIssueRecord

Encapsulates all the data needed to reflect an issue reported by a testcase.

Since:
July 7, 2002
Version:
$Date: 2003/02/10 22:51:59 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 java.lang.String getDescription()
          Returns a human-readable brief description about the issue.
 java.lang.String getID()
          Returns the unique ID for the issue.
 

Method Detail

getID

public java.lang.String getID()
Returns the unique ID for the issue.


getDescription

public java.lang.String getDescription()
Returns a human-readable brief description about the issue. If there is no known description, null is an acceptable return value.



Copyright © 2001-2003 by The GroboUtils Project