Class PlanStatistics

java.lang.Object
com.polarion.alm.ws.client.types.planning.PlanStatistics
All Implemented Interfaces:
Serializable

public class PlanStatistics extends Object implements Serializable
See Also:
  • Constructor Details

    • PlanStatistics

      public PlanStatistics()
    • PlanStatistics

      public PlanStatistics(float done, float todo, Integer numberOfResolved, Integer numberOfUnresolved, Integer numberOfPlanned, float planned, float progress, float idealProgress, String doneAsString, String todoAsString, String plannedAsString, String idealProgressAsString, String progressAsString)
  • Method Details

    • getDone

      public float getDone()
      Gets the done value for this PlanStatistics.
      Returns:
      done
    • setDone

      public void setDone(float done)
      Sets the done value for this PlanStatistics.
      Parameters:
      done -
    • getTodo

      public float getTodo()
      Gets the todo value for this PlanStatistics.
      Returns:
      todo
    • setTodo

      public void setTodo(float todo)
      Sets the todo value for this PlanStatistics.
      Parameters:
      todo -
    • getNumberOfResolved

      public Integer getNumberOfResolved()
      Gets the numberOfResolved value for this PlanStatistics.
      Returns:
      numberOfResolved
    • setNumberOfResolved

      public void setNumberOfResolved(Integer numberOfResolved)
      Sets the numberOfResolved value for this PlanStatistics.
      Parameters:
      numberOfResolved -
    • getNumberOfUnresolved

      public Integer getNumberOfUnresolved()
      Gets the numberOfUnresolved value for this PlanStatistics.
      Returns:
      numberOfUnresolved
    • setNumberOfUnresolved

      public void setNumberOfUnresolved(Integer numberOfUnresolved)
      Sets the numberOfUnresolved value for this PlanStatistics.
      Parameters:
      numberOfUnresolved -
    • getNumberOfPlanned

      public Integer getNumberOfPlanned()
      Gets the numberOfPlanned value for this PlanStatistics.
      Returns:
      numberOfPlanned
    • setNumberOfPlanned

      public void setNumberOfPlanned(Integer numberOfPlanned)
      Sets the numberOfPlanned value for this PlanStatistics.
      Parameters:
      numberOfPlanned -
    • getPlanned

      public float getPlanned()
      Gets the planned value for this PlanStatistics.
      Returns:
      planned
    • setPlanned

      public void setPlanned(float planned)
      Sets the planned value for this PlanStatistics.
      Parameters:
      planned -
    • getProgress

      public float getProgress()
      Gets the progress value for this PlanStatistics.
      Returns:
      progress
    • setProgress

      public void setProgress(float progress)
      Sets the progress value for this PlanStatistics.
      Parameters:
      progress -
    • getIdealProgress

      public float getIdealProgress()
      Gets the idealProgress value for this PlanStatistics.
      Returns:
      idealProgress
    • setIdealProgress

      public void setIdealProgress(float idealProgress)
      Sets the idealProgress value for this PlanStatistics.
      Parameters:
      idealProgress -
    • getDoneAsString

      public String getDoneAsString()
      Gets the doneAsString value for this PlanStatistics.
      Returns:
      doneAsString
    • setDoneAsString

      public void setDoneAsString(String doneAsString)
      Sets the doneAsString value for this PlanStatistics.
      Parameters:
      doneAsString -
    • getTodoAsString

      public String getTodoAsString()
      Gets the todoAsString value for this PlanStatistics.
      Returns:
      todoAsString
    • setTodoAsString

      public void setTodoAsString(String todoAsString)
      Sets the todoAsString value for this PlanStatistics.
      Parameters:
      todoAsString -
    • getPlannedAsString

      public String getPlannedAsString()
      Gets the plannedAsString value for this PlanStatistics.
      Returns:
      plannedAsString
    • setPlannedAsString

      public void setPlannedAsString(String plannedAsString)
      Sets the plannedAsString value for this PlanStatistics.
      Parameters:
      plannedAsString -
    • getIdealProgressAsString

      public String getIdealProgressAsString()
      Gets the idealProgressAsString value for this PlanStatistics.
      Returns:
      idealProgressAsString
    • setIdealProgressAsString

      public void setIdealProgressAsString(String idealProgressAsString)
      Sets the idealProgressAsString value for this PlanStatistics.
      Parameters:
      idealProgressAsString -
    • getProgressAsString

      public String getProgressAsString()
      Gets the progressAsString value for this PlanStatistics.
      Returns:
      progressAsString
    • setProgressAsString

      public void setProgressAsString(String progressAsString)
      Sets the progressAsString value for this PlanStatistics.
      Parameters:
      progressAsString -
    • equals

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

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

      public static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
    • getSerializer

      public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Serializer
    • getDeserializer

      public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Deserializer