Class TestRecord
java.lang.Object
com.polarion.alm.ws.client.types.testmanagement.TestRecord
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestRecord(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 TypeMethodDescriptionbooleanGets 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.DeserializergetDeserializer(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.SerializergetSerializer(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.TypeDescReturn type metadata objectinthashCode()voidsetAttachments(TestRunAttachment[] attachments) Sets the attachments value for this TestRecord.voidsetComment(Text comment) Sets the comment value for this TestRecord.voidsetDefectURI(String defectURI) Sets the defectURI value for this TestRecord.voidsetDuration(Float duration) Sets the duration value for this TestRecord.voidsetExecuted(Calendar executed) Sets the executed value for this TestRecord.voidsetExecutedByURI(String executedByURI) Sets the executedByURI value for this TestRecord.voidsetIteration(Integer iteration) Sets the iteration value for this TestRecord.voidsetResult(EnumOptionId result) Sets the result value for this TestRecord.voidSets the signed value for this TestRecord.voidsetTestCaseRevision(String testCaseRevision) Sets the testCaseRevision value for this TestRecord.voidsetTestCaseURI(String testCaseURI) Sets the testCaseURI value for this TestRecord.voidsetTestParameters(Parameter[] testParameters) Sets the testParameters value for this TestRecord.voidsetTestStepResults(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
-