Package org.glassfish.api.admin.progress
Class ProgressStatusDTO
java.lang.Object
org.glassfish.api.admin.progress.ProgressStatusDTO
- Author:
- mmares
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<ProgressStatusDTO.ChildProgressStatusDTO> protected booleanprotected intprotected Stringprotected Stringprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getName()intbooleanvoidsetCompleted(boolean completed) voidsetCurrentStepCount(int currentStepCount) voidvoidvoidsetTotalStepCount(int totalStepCount) toString()
-
Field Details
-
name
-
id
-
totalStepCount
protected int totalStepCount -
currentStepCount
protected int currentStepCount -
completed
protected boolean completed -
children
-
-
Constructor Details
-
ProgressStatusDTO
public ProgressStatusDTO()
-
-
Method Details
-
isCompleted
public boolean isCompleted() -
setCompleted
public void setCompleted(boolean completed) -
getCurrentStepCount
public int getCurrentStepCount() -
setCurrentStepCount
public void setCurrentStepCount(int currentStepCount) -
getId
-
setId
-
getName
-
setName
-
getTotalStepCount
public int getTotalStepCount() -
setTotalStepCount
public void setTotalStepCount(int totalStepCount) -
getChildren
-
toString
-