public class ProgressStatusEventSet extends ProgressStatusEvent
Constructor and Description |
---|
ProgressStatusEventSet(String progressStatusId) |
ProgressStatusEventSet(String id,
Integer totalStepCount,
Integer currentStepCount) |
Modifier and Type | Method and Description |
---|---|
ProgressStatus |
apply(ProgressStatus ps) |
boolean |
equals(Object obj) |
Integer |
getCurrentStepCount() |
Integer |
getTotalStepCount() |
int |
hashCode() |
void |
setCurrentStepCount(Integer currentStepCount) |
void |
setTotalStepCount(Integer totalStepCount) |
getSourceId
public ProgressStatusEventSet(String id, Integer totalStepCount, Integer currentStepCount)
public ProgressStatusEventSet(String progressStatusId)
public Integer getTotalStepCount()
public Integer getCurrentStepCount()
public void setTotalStepCount(Integer totalStepCount)
public void setCurrentStepCount(Integer currentStepCount)
public ProgressStatus apply(ProgressStatus ps)
apply
in class ProgressStatusEvent
Copyright © 2019. All rights reserved.