net.sourceforge.groboutils.pmti.v1.defimpl
Class DefaultEditableIssueState

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueState
      extended bynet.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableIssueState
All Implemented Interfaces:
IEditableIssueState, IIssueState

public class DefaultEditableIssueState
extends DefaultIssueState
implements IEditableIssueState

An editable form of an issue's state. Only the associated attributes may be changed. Everything else is hard-coded by the owning PMT.

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

Constructor Summary
DefaultEditableIssueState(java.lang.String n, java.lang.String d, boolean o, IEditableAttributeSet s)
           
 
Method Summary
 IEditableAttributeSet getEditableAttributes()
          A synonymn for getAttributes(), but explicitly declares that the returned attributes are editable, without the need for a cast.
 
Methods inherited from class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueState
getAttributes, getDescription, getName, isClosed, isOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.groboutils.pmti.v1.IIssueState
getAttributes, getDescription, getName, isClosed, isOpen
 

Constructor Detail

DefaultEditableIssueState

public DefaultEditableIssueState(java.lang.String n,
                                 java.lang.String d,
                                 boolean o,
                                 IEditableAttributeSet s)
Method Detail

getEditableAttributes

public IEditableAttributeSet getEditableAttributes()
A synonymn for getAttributes(), but explicitly declares that the returned attributes are editable, without the need for a cast.

Specified by:
getEditableAttributes in interface IEditableIssueState


Copyright © 2001-2003 by The GroboUtils Project