public class ProgressStatusEventCreateChild extends ProgressStatusEvent
| Constructor and Description |
|---|
ProgressStatusEventCreateChild(String progressStatusId) |
ProgressStatusEventCreateChild(String progressStatusId,
String name,
String childId,
int allocatedSteps,
int totalSteps) |
| Modifier and Type | Method and Description |
|---|---|
ProgressStatus |
apply(ProgressStatus ps) |
boolean |
equals(Object obj) |
int |
getAllocatedSteps() |
String |
getChildId() |
String |
getName() |
int |
getTotalSteps() |
int |
hashCode() |
void |
setAllocatedSteps(int allocatedSteps) |
void |
setChildId(String childId) |
void |
setName(String name) |
void |
setTotalSteps(int totalSteps) |
getSourceIdpublic ProgressStatusEventCreateChild(String progressStatusId, String name, String childId, int allocatedSteps, int totalSteps)
public ProgressStatusEventCreateChild(String progressStatusId)
public String getChildId()
public void setChildId(String childId)
public int getAllocatedSteps()
public void setAllocatedSteps(int allocatedSteps)
public int getTotalSteps()
public void setTotalSteps(int totalSteps)
public String getName()
public void setName(String name)
public ProgressStatus apply(ProgressStatus ps)
apply in class ProgressStatusEventCopyright © 2017–2020 Eclipse Foundation. All rights reserved.