Class PlanStatistics
java.lang.Object
com.polarion.alm.ws.client.types.planning.PlanStatistics
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionPlanStatistics
(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 Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializerfloat
getDone()
Gets the done value for this PlanStatistics.Gets the doneAsString value for this PlanStatistics.float
Gets the idealProgress value for this PlanStatistics.Gets the idealProgressAsString value for this PlanStatistics.Gets the numberOfPlanned value for this PlanStatistics.Gets the numberOfResolved value for this PlanStatistics.Gets the numberOfUnresolved value for this PlanStatistics.float
Gets the planned value for this PlanStatistics.Gets the plannedAsString value for this PlanStatistics.float
Gets the progress value for this PlanStatistics.Gets the progressAsString value for this PlanStatistics.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerfloat
getTodo()
Gets the todo value for this PlanStatistics.Gets the todoAsString value for this PlanStatistics.static org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
void
setDone
(float done) Sets the done value for this PlanStatistics.void
setDoneAsString
(String doneAsString) Sets the doneAsString value for this PlanStatistics.void
setIdealProgress
(float idealProgress) Sets the idealProgress value for this PlanStatistics.void
setIdealProgressAsString
(String idealProgressAsString) Sets the idealProgressAsString value for this PlanStatistics.void
setNumberOfPlanned
(Integer numberOfPlanned) Sets the numberOfPlanned value for this PlanStatistics.void
setNumberOfResolved
(Integer numberOfResolved) Sets the numberOfResolved value for this PlanStatistics.void
setNumberOfUnresolved
(Integer numberOfUnresolved) Sets the numberOfUnresolved value for this PlanStatistics.void
setPlanned
(float planned) Sets the planned value for this PlanStatistics.void
setPlannedAsString
(String plannedAsString) Sets the plannedAsString value for this PlanStatistics.void
setProgress
(float progress) Sets the progress value for this PlanStatistics.void
setProgressAsString
(String progressAsString) Sets the progressAsString value for this PlanStatistics.void
setTodo
(float todo) Sets the todo value for this PlanStatistics.void
setTodoAsString
(String todoAsString) Sets the todoAsString value for this PlanStatistics.
-
Constructor Details
-
PlanStatistics
public PlanStatistics() -
PlanStatistics
-
-
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
Gets the numberOfResolved value for this PlanStatistics.- Returns:
- numberOfResolved
-
setNumberOfResolved
Sets the numberOfResolved value for this PlanStatistics.- Parameters:
numberOfResolved
-
-
getNumberOfUnresolved
Gets the numberOfUnresolved value for this PlanStatistics.- Returns:
- numberOfUnresolved
-
setNumberOfUnresolved
Sets the numberOfUnresolved value for this PlanStatistics.- Parameters:
numberOfUnresolved
-
-
getNumberOfPlanned
Gets the numberOfPlanned value for this PlanStatistics.- Returns:
- numberOfPlanned
-
setNumberOfPlanned
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
Gets the doneAsString value for this PlanStatistics.- Returns:
- doneAsString
-
setDoneAsString
Sets the doneAsString value for this PlanStatistics.- Parameters:
doneAsString
-
-
getTodoAsString
Gets the todoAsString value for this PlanStatistics.- Returns:
- todoAsString
-
setTodoAsString
Sets the todoAsString value for this PlanStatistics.- Parameters:
todoAsString
-
-
getPlannedAsString
Gets the plannedAsString value for this PlanStatistics.- Returns:
- plannedAsString
-
setPlannedAsString
Sets the plannedAsString value for this PlanStatistics.- Parameters:
plannedAsString
-
-
getIdealProgressAsString
Gets the idealProgressAsString value for this PlanStatistics.- Returns:
- idealProgressAsString
-
setIdealProgressAsString
Sets the idealProgressAsString value for this PlanStatistics.- Parameters:
idealProgressAsString
-
-
getProgressAsString
Gets the progressAsString value for this PlanStatistics.- Returns:
- progressAsString
-
setProgressAsString
Sets the progressAsString value for this PlanStatistics.- Parameters:
progressAsString
-
-
equals
-
hashCode
public int hashCode() -
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
-