net.sourceforge.groboutils.pmti.v1.itf.impl
Class DefaultTestIssueRecordSet

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.itf.impl.DefaultTestIssueRecordSet
All Implemented Interfaces:
ITestIssueRecordSet

public class DefaultTestIssueRecordSet
extends java.lang.Object
implements ITestIssueRecordSet

A simple immutable set of issue records.

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

Constructor Summary
DefaultTestIssueRecordSet(ITestIssueRecord[] tir)
           
 
Method Summary
 ITestIssueRecord[] getTestIssueRecords()
          Return all the records in this set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTestIssueRecordSet

public DefaultTestIssueRecordSet(ITestIssueRecord[] tir)
Method Detail

getTestIssueRecords

public ITestIssueRecord[] getTestIssueRecords()
Return all the records in this set.

Specified by:
getTestIssueRecords in interface ITestIssueRecordSet


Copyright © 2001-2003 by The GroboUtils Project