|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.icore.AbstractAnnotatedObject ix.icore.AbstractIXObject ix.icore.plan.PlanObject ix.icore.plan.AbstractPlanItem ix.icore.plan.PlanIssue
public class PlanIssue
Wraps an Issue
when it appears in a plan.
Field Summary | |
---|---|
protected Issue |
issue
|
Fields inherited from class ix.icore.plan.AbstractPlanItem |
---|
expansion, id |
Fields inherited from class ix.icore.AbstractAnnotatedObject |
---|
annotationListeners, annotations |
Constructor Summary | |
---|---|
PlanIssue()
|
|
PlanIssue(Name id,
Issue issue)
|
Method Summary | |
---|---|
Issue |
getIssue()
|
TaskItem |
getItem()
|
void |
setIssue(Issue issue)
|
void |
setItem(TaskItem item)
|
Methods inherited from class ix.icore.plan.AbstractPlanItem |
---|
getExpansion, getId, setExpansion, setId |
Methods inherited from class ix.icore.AbstractAnnotatedObject |
---|
addAnnotationListener, annMap, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, getComments, makeAnnMap, removeAnnotation, setAnnotation, setAnnotations, setComments, takeAnnotations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ix.icore.Annotated |
---|
addAnnotationListener, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, removeAnnotation, setAnnotation, setAnnotations, takeAnnotations |
Field Detail |
---|
protected Issue issue
Constructor Detail |
---|
public PlanIssue()
public PlanIssue(Name id, Issue issue)
Method Detail |
---|
public Issue getIssue()
public TaskItem getItem()
getItem
in class AbstractPlanItem
public void setIssue(Issue issue)
public void setItem(TaskItem item)
setItem
in class AbstractPlanItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |