Class ModuleComment

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

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

  • Method Details

    • getAuthor

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

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

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

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

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

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

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

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

      public ImportedComment getImportedComment()
      Gets the importedComment value for this ModuleComment.
      Returns:
      importedComment
    • setImportedComment

      public void setImportedComment(ImportedComment importedComment)
      Sets the importedComment value for this ModuleComment.
      Parameters:
      importedComment -
    • getParentCommentURI

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

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

      public String getReferredWorkItemURI()
      Gets the referredWorkItemURI value for this ModuleComment.
      Returns:
      referredWorkItemURI
    • setReferredWorkItemURI

      public void setReferredWorkItemURI(String referredWorkItemURI)
      Sets the referredWorkItemURI value for this ModuleComment.
      Parameters:
      referredWorkItemURI -
    • getResolved

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

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

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

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

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

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

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

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

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

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