java.lang.Object
com.polarion.alm.ws.client.types.testmanagement.TestRecord
All Implemented Interfaces:
Serializable

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

  • Method Details

    • getAttachments

      public TestRunAttachment[] getAttachments()
      Gets the attachments value for this TestRecord.
      Returns:
      attachments
    • setAttachments

      public void setAttachments(TestRunAttachment[] attachments)
      Sets the attachments value for this TestRecord.
      Parameters:
      attachments -
    • getComment

      public Text getComment()
      Gets the comment value for this TestRecord.
      Returns:
      comment
    • setComment

      public void setComment(Text comment)
      Sets the comment value for this TestRecord.
      Parameters:
      comment -
    • getDefectURI

      public String getDefectURI()
      Gets the defectURI value for this TestRecord.
      Returns:
      defectURI
    • setDefectURI

      public void setDefectURI(String defectURI)
      Sets the defectURI value for this TestRecord.
      Parameters:
      defectURI -
    • getDuration

      public Float getDuration()
      Gets the duration value for this TestRecord.
      Returns:
      duration
    • setDuration

      public void setDuration(Float duration)
      Sets the duration value for this TestRecord.
      Parameters:
      duration -
    • getExecuted

      public Calendar getExecuted()
      Gets the executed value for this TestRecord.
      Returns:
      executed
    • setExecuted

      public void setExecuted(Calendar executed)
      Sets the executed value for this TestRecord.
      Parameters:
      executed -
    • getExecutedByURI

      public String getExecutedByURI()
      Gets the executedByURI value for this TestRecord.
      Returns:
      executedByURI
    • setExecutedByURI

      public void setExecutedByURI(String executedByURI)
      Sets the executedByURI value for this TestRecord.
      Parameters:
      executedByURI -
    • getIteration

      public Integer getIteration()
      Gets the iteration value for this TestRecord.
      Returns:
      iteration
    • setIteration

      public void setIteration(Integer iteration)
      Sets the iteration value for this TestRecord.
      Parameters:
      iteration -
    • getResult

      public EnumOptionId getResult()
      Gets the result value for this TestRecord.
      Returns:
      result
    • setResult

      public void setResult(EnumOptionId result)
      Sets the result value for this TestRecord.
      Parameters:
      result -
    • getSigned

      public Boolean getSigned()
      Gets the signed value for this TestRecord.
      Returns:
      signed
    • setSigned

      public void setSigned(Boolean signed)
      Sets the signed value for this TestRecord.
      Parameters:
      signed -
    • getTestCaseURI

      public String getTestCaseURI()
      Gets the testCaseURI value for this TestRecord.
      Returns:
      testCaseURI
    • setTestCaseURI

      public void setTestCaseURI(String testCaseURI)
      Sets the testCaseURI value for this TestRecord.
      Parameters:
      testCaseURI -
    • getTestCaseRevision

      public String getTestCaseRevision()
      Gets the testCaseRevision value for this TestRecord.
      Returns:
      testCaseRevision
    • setTestCaseRevision

      public void setTestCaseRevision(String testCaseRevision)
      Sets the testCaseRevision value for this TestRecord.
      Parameters:
      testCaseRevision -
    • getTestParameters

      public Parameter[] getTestParameters()
      Gets the testParameters value for this TestRecord.
      Returns:
      testParameters
    • setTestParameters

      public void setTestParameters(Parameter[] testParameters)
      Sets the testParameters value for this TestRecord.
      Parameters:
      testParameters -
    • getTestStepResults

      public TestStepResult[] getTestStepResults()
      Gets the testStepResults value for this TestRecord.
      Returns:
      testStepResults
    • setTestStepResults

      public void setTestStepResults(TestStepResult[] testStepResults)
      Sets the testStepResults value for this TestRecord.
      Parameters:
      testStepResults -
    • 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