Class TestRunAttachment

java.lang.Object
com.polarion.alm.ws.client.types.tracker.TestRunAttachment
All Implemented Interfaces:
Serializable

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

  • Method Details

    • getAuthor

      public User getAuthor()
      Gets the author value for this TestRunAttachment.
      Returns:
      author
    • setAuthor

      public void setAuthor(User author)
      Sets the author value for this TestRunAttachment.
      Parameters:
      author -
    • getFileName

      public String getFileName()
      Gets the fileName value for this TestRunAttachment.
      Returns:
      fileName
    • setFileName

      public void setFileName(String fileName)
      Sets the fileName value for this TestRunAttachment.
      Parameters:
      fileName -
    • getId

      public String getId()
      Gets the id value for this TestRunAttachment.
      Returns:
      id
    • setId

      public void setId(String id)
      Sets the id value for this TestRunAttachment.
      Parameters:
      id -
    • getLength

      public Long getLength()
      Gets the length value for this TestRunAttachment.
      Returns:
      length
    • setLength

      public void setLength(Long length)
      Sets the length value for this TestRunAttachment.
      Parameters:
      length -
    • getTestRunURI

      public String getTestRunURI()
      Gets the testRunURI value for this TestRunAttachment.
      Returns:
      testRunURI
    • setTestRunURI

      public void setTestRunURI(String testRunURI)
      Sets the testRunURI value for this TestRunAttachment.
      Parameters:
      testRunURI -
    • getTitle

      public String getTitle()
      Gets the title value for this TestRunAttachment.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
      Sets the title value for this TestRunAttachment.
      Parameters:
      title -
    • getUpdated

      public Calendar getUpdated()
      Gets the updated value for this TestRunAttachment.
      Returns:
      updated
    • setUpdated

      public void setUpdated(Calendar updated)
      Sets the updated value for this TestRunAttachment.
      Parameters:
      updated -
    • getUrl

      public String getUrl()
      Gets the url value for this TestRunAttachment.
      Returns:
      url
    • setUrl

      public void setUrl(String url)
      Sets the url value for this TestRunAttachment.
      Parameters:
      url -
    • getUri

      public String getUri()
      Gets the uri value for this TestRunAttachment.
      Returns:
      uri
    • setUri

      public void setUri(String uri)
      Sets the uri value for this TestRunAttachment.
      Parameters:
      uri -
    • isUnresolvable

      public boolean isUnresolvable()
      Gets the unresolvable value for this TestRunAttachment.
      Returns:
      unresolvable
    • setUnresolvable

      public void setUnresolvable(boolean unresolvable)
      Sets the unresolvable value for this TestRunAttachment.
      Parameters:
      unresolvable -
    • 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