Class ProgressStatusDTO

java.lang.Object
org.glassfish.api.admin.progress.ProgressStatusDTO

public class ProgressStatusDTO extends Object
Author:
mmares
  • Field Details

  • 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

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getTotalStepCount

      public int getTotalStepCount()
    • setTotalStepCount

      public void setTotalStepCount(int totalStepCount)
    • getChildren

    • toString

      public String toString()
      Overrides:
      toString in class Object