Class TestRecord
java.lang.Object
com.polarion.alm.ws.client.types.testmanagement.TestRecord
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionTestRecord
(TestRunAttachment[] attachments, Text comment, String defectURI, Float duration, Calendar executed, String executedByURI, Integer iteration, EnumOptionId result, Boolean signed, String testCaseURI, String testCaseRevision, Parameter[] testParameters, TestStepResult[] testStepResults) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the attachments value for this TestRecord.Gets the comment value for this TestRecord.Gets the defectURI value for this TestRecord.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the duration value for this TestRecord.Gets the executed value for this TestRecord.Gets the executedByURI value for this TestRecord.Gets the iteration value for this TestRecord.Gets the result value for this TestRecord.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the signed value for this TestRecord.Gets the testCaseRevision value for this TestRecord.Gets the testCaseURI value for this TestRecord.Gets the testParameters value for this TestRecord.Gets the testStepResults value for this TestRecord.static org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
void
setAttachments
(TestRunAttachment[] attachments) Sets the attachments value for this TestRecord.void
setComment
(Text comment) Sets the comment value for this TestRecord.void
setDefectURI
(String defectURI) Sets the defectURI value for this TestRecord.void
setDuration
(Float duration) Sets the duration value for this TestRecord.void
setExecuted
(Calendar executed) Sets the executed value for this TestRecord.void
setExecutedByURI
(String executedByURI) Sets the executedByURI value for this TestRecord.void
setIteration
(Integer iteration) Sets the iteration value for this TestRecord.void
setResult
(EnumOptionId result) Sets the result value for this TestRecord.void
Sets the signed value for this TestRecord.void
setTestCaseRevision
(String testCaseRevision) Sets the testCaseRevision value for this TestRecord.void
setTestCaseURI
(String testCaseURI) Sets the testCaseURI value for this TestRecord.void
setTestParameters
(Parameter[] testParameters) Sets the testParameters value for this TestRecord.void
setTestStepResults
(TestStepResult[] testStepResults) Sets the testStepResults value for this TestRecord.
-
Constructor Details
-
TestRecord
public TestRecord() -
TestRecord
public TestRecord(TestRunAttachment[] attachments, Text comment, String defectURI, Float duration, Calendar executed, String executedByURI, Integer iteration, EnumOptionId result, Boolean signed, String testCaseURI, String testCaseRevision, Parameter[] testParameters, TestStepResult[] testStepResults)
-
-
Method Details
-
getAttachments
Gets the attachments value for this TestRecord.- Returns:
- attachments
-
setAttachments
Sets the attachments value for this TestRecord.- Parameters:
attachments
-
-
getComment
Gets the comment value for this TestRecord.- Returns:
- comment
-
setComment
Sets the comment value for this TestRecord.- Parameters:
comment
-
-
getDefectURI
Gets the defectURI value for this TestRecord.- Returns:
- defectURI
-
setDefectURI
Sets the defectURI value for this TestRecord.- Parameters:
defectURI
-
-
getDuration
Gets the duration value for this TestRecord.- Returns:
- duration
-
setDuration
Sets the duration value for this TestRecord.- Parameters:
duration
-
-
getExecuted
Gets the executed value for this TestRecord.- Returns:
- executed
-
setExecuted
Sets the executed value for this TestRecord.- Parameters:
executed
-
-
getExecutedByURI
Gets the executedByURI value for this TestRecord.- Returns:
- executedByURI
-
setExecutedByURI
Sets the executedByURI value for this TestRecord.- Parameters:
executedByURI
-
-
getIteration
Gets the iteration value for this TestRecord.- Returns:
- iteration
-
setIteration
Sets the iteration value for this TestRecord.- Parameters:
iteration
-
-
getResult
Gets the result value for this TestRecord.- Returns:
- result
-
setResult
Sets the result value for this TestRecord.- Parameters:
result
-
-
getSigned
Gets the signed value for this TestRecord.- Returns:
- signed
-
setSigned
Sets the signed value for this TestRecord.- Parameters:
signed
-
-
getTestCaseURI
Gets the testCaseURI value for this TestRecord.- Returns:
- testCaseURI
-
setTestCaseURI
Sets the testCaseURI value for this TestRecord.- Parameters:
testCaseURI
-
-
getTestCaseRevision
Gets the testCaseRevision value for this TestRecord.- Returns:
- testCaseRevision
-
setTestCaseRevision
Sets the testCaseRevision value for this TestRecord.- Parameters:
testCaseRevision
-
-
getTestParameters
Gets the testParameters value for this TestRecord.- Returns:
- testParameters
-
setTestParameters
Sets the testParameters value for this TestRecord.- Parameters:
testParameters
-
-
getTestStepResults
Gets the testStepResults value for this TestRecord.- Returns:
- testStepResults
-
setTestStepResults
Sets the testStepResults value for this TestRecord.- Parameters:
testStepResults
-
-
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
-