Class ProgressStatusEventCreateChild

java.lang.Object
org.glassfish.api.admin.progress.ProgressStatusEvent
org.glassfish.api.admin.progress.ProgressStatusEventCreateChild

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

    • ProgressStatusEventCreateChild

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

      public ProgressStatusEventCreateChild(String progressStatusId)
  • Method Details

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

      public ProgressStatus apply(ProgressStatus ps)
      Specified by:
      apply in class ProgressStatusEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object