Class TestRunComment

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

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

  • Method Details

    • getAuthor

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

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

      public String[] getChildCommentURIs()
      Gets the childCommentURIs value for this TestRunComment.
      Returns:
      childCommentURIs
    • setChildCommentURIs

      public void setChildCommentURIs(String[] childCommentURIs)
      Sets the childCommentURIs value for this TestRunComment.
      Parameters:
      childCommentURIs -
    • getCreated

      public Calendar getCreated()
      Gets the created value for this TestRunComment.
      Returns:
      created
    • setCreated

      public void setCreated(Calendar created)
      Sets the created value for this TestRunComment.
      Parameters:
      created -
    • getId

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

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

      public String getParentCommentURI()
      Gets the parentCommentURI value for this TestRunComment.
      Returns:
      parentCommentURI
    • setParentCommentURI

      public void setParentCommentURI(String parentCommentURI)
      Sets the parentCommentURI value for this TestRunComment.
      Parameters:
      parentCommentURI -
    • getResolved

      public Boolean getResolved()
      Gets the resolved value for this TestRunComment.
      Returns:
      resolved
    • setResolved

      public void setResolved(Boolean resolved)
      Sets the resolved value for this TestRunComment.
      Parameters:
      resolved -
    • getTags

      public EnumOptionId[] getTags()
      Gets the tags value for this TestRunComment.
      Returns:
      tags
    • setTags

      public void setTags(EnumOptionId[] tags)
      Sets the tags value for this TestRunComment.
      Parameters:
      tags -
    • getText

      public Text getText()
      Gets the text value for this TestRunComment.
      Returns:
      text
    • setText

      public void setText(Text text)
      Sets the text value for this TestRunComment.
      Parameters:
      text -
    • getTitle

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

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

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

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

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

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