|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.pmti.v1.defimpl.DefaultIssueState
net.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableIssueState
An editable form of an issue's state. Only the associated attributes may be changed. Everything else is hard-coded by the owning PMT.
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 |
public DefaultEditableIssueState(java.lang.String n, java.lang.String d, boolean o, IEditableAttributeSet s)
Method Detail |
public IEditableAttributeSet getEditableAttributes()
getEditableAttributes
in interface IEditableIssueState
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |