public class WorkitemBreakdownElement
extends java.lang.Object
| Constructor | Description |
|---|---|
WorkitemBreakdownElement() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addChild(WorkitemBreakdownElement child) |
Adds the child.
|
void |
addChild(Role role,
ISynchronizer synchronizer) |
Adds the child.
|
java.lang.String |
getCategory() |
Gets the category.
|
java.util.List<WorkitemBreakdownElement> |
getChildren() |
Gets the children.
|
java.lang.String |
getColor() |
Gets the color.
|
java.lang.String |
getId() |
Gets the id.
|
java.lang.String |
getName() |
Gets the name.
|
int |
getSize() |
Gets the size.
|
void |
setCategory(java.lang.String category) |
Sets the category.
|
void |
setChildren(java.util.List<WorkitemBreakdownElement> children) |
Sets the children.
|
void |
setColor(java.lang.String color) |
Sets the color.
|
void |
setId(java.lang.String id) |
Sets the id.
|
void |
setName(java.lang.String name) |
Sets the name.
|
void |
setSize(int size) |
Sets the size.
|
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - the new categorypublic java.lang.String getName()
public void setName(java.lang.String name)
name - the new namepublic java.lang.String getId()
public void setId(java.lang.String id)
id - the new idpublic java.lang.String getColor()
public void setColor(java.lang.String color)
color - the new colorpublic java.util.List<WorkitemBreakdownElement> getChildren()
public void setChildren(java.util.List<WorkitemBreakdownElement> children)
children - the new childrenpublic void addChild(Role role, ISynchronizer synchronizer)
role - the rolesynchronizer - the synchronizerpublic void addChild(WorkitemBreakdownElement child)
child - the childpublic int getSize()
public void setSize(int size)
size - the new size