Class ProgressStatusDTO


  • public class ProgressStatusDTO
    extends Object
    Author:
    mmares
    • Constructor Detail

      • ProgressStatusDTO

        public ProgressStatusDTO()
    • Method Detail

      • 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)