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

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

public class DefaultIssueRecord
extends java.lang.Object
implements IIssueRecord

Simple immutable implementation of IIssueRecord.

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

Constructor Summary
DefaultIssueRecord(java.lang.String id, java.lang.String desc)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIssueRecord

public DefaultIssueRecord(java.lang.String id,
                          java.lang.String desc)
Method Detail

getID

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

Specified by:
getID in interface IIssueRecord

getDescription

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

Specified by:
getDescription in interface IIssueRecord


Copyright © 2001-2003 by The GroboUtils Project