public class ProgressStatusDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProgressStatusDTO.ChildProgressStatusDTO |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ProgressStatusDTO.ChildProgressStatusDTO> |
children |
protected boolean |
completed |
protected int |
currentStepCount |
protected String |
id |
protected String |
name |
protected int |
totalStepCount |
| Constructor and Description |
|---|
ProgressStatusDTO() |
| Modifier and Type | Method and Description |
|---|---|
Set<ProgressStatusDTO.ChildProgressStatusDTO> |
getChildren() |
int |
getCurrentStepCount() |
String |
getId() |
String |
getName() |
int |
getTotalStepCount() |
boolean |
isCompleted() |
void |
setCompleted(boolean completed) |
void |
setCurrentStepCount(int currentStepCount) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTotalStepCount(int totalStepCount) |
String |
toString() |
protected String name
protected String id
protected int totalStepCount
protected int currentStepCount
protected boolean completed
protected Set<ProgressStatusDTO.ChildProgressStatusDTO> children
public boolean isCompleted()
public void setCompleted(boolean completed)
public int getCurrentStepCount()
public void setCurrentStepCount(int currentStepCount)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public int getTotalStepCount()
public void setTotalStepCount(int totalStepCount)
public Set<ProgressStatusDTO.ChildProgressStatusDTO> getChildren()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.