Class ProgressStatusEventCreateChild


  • public class ProgressStatusEventCreateChild
    extends ProgressStatusEvent
    Progress method was called.
    Author:
    martinmares
    • Constructor Detail

      • ProgressStatusEventCreateChild

        public ProgressStatusEventCreateChild​(String progressStatusId,
                                              String name,
                                              String childId,
                                              int allocatedSteps,
                                              int totalSteps)
      • ProgressStatusEventCreateChild

        public ProgressStatusEventCreateChild​(String progressStatusId)
    • Method Detail

      • getChildId

        public String getChildId()
      • setChildId

        public void setChildId​(String childId)
      • getAllocatedSteps

        public int getAllocatedSteps()
      • setAllocatedSteps

        public void setAllocatedSteps​(int allocatedSteps)
      • getTotalSteps

        public int getTotalSteps()
      • setTotalSteps

        public void setTotalSteps​(int totalSteps)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object