Class TestRunComment
java.lang.Object
com.polarion.alm.ws.client.types.tracker.TestRunComment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the author value for this TestRunComment.String[]
Gets the childCommentURIs value for this TestRunComment.Gets the created value for this TestRunComment.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetId()
Gets the id value for this TestRunComment.Gets the parentCommentURI value for this TestRunComment.Gets the resolved value for this TestRunComment.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializergetTags()
Gets the tags value for this TestRunComment.getText()
Gets the text value for this TestRunComment.getTitle()
Gets the title value for this TestRunComment.static org.apache.axis.description.TypeDesc
Return type metadata objectgetUri()
Gets the uri value for this TestRunComment.int
hashCode()
boolean
Gets the unresolvable value for this TestRunComment.void
Sets the author value for this TestRunComment.void
setChildCommentURIs
(String[] childCommentURIs) Sets the childCommentURIs value for this TestRunComment.void
setCreated
(Calendar created) Sets the created value for this TestRunComment.void
Sets the id value for this TestRunComment.void
setParentCommentURI
(String parentCommentURI) Sets the parentCommentURI value for this TestRunComment.void
setResolved
(Boolean resolved) Sets the resolved value for this TestRunComment.void
setTags
(EnumOptionId[] tags) Sets the tags value for this TestRunComment.void
Sets the text value for this TestRunComment.void
Sets the title value for this TestRunComment.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this TestRunComment.void
Sets the uri value for this TestRunComment.
-
Constructor Details
-
TestRunComment
public TestRunComment() -
TestRunComment
-
-
Method Details
-
getAuthor
Gets the author value for this TestRunComment.- Returns:
- author
-
setAuthor
Sets the author value for this TestRunComment.- Parameters:
author
-
-
getChildCommentURIs
Gets the childCommentURIs value for this TestRunComment.- Returns:
- childCommentURIs
-
setChildCommentURIs
Sets the childCommentURIs value for this TestRunComment.- Parameters:
childCommentURIs
-
-
getCreated
Gets the created value for this TestRunComment.- Returns:
- created
-
setCreated
Sets the created value for this TestRunComment.- Parameters:
created
-
-
getId
Gets the id value for this TestRunComment.- Returns:
- id
-
setId
Sets the id value for this TestRunComment.- Parameters:
id
-
-
getParentCommentURI
Gets the parentCommentURI value for this TestRunComment.- Returns:
- parentCommentURI
-
setParentCommentURI
Sets the parentCommentURI value for this TestRunComment.- Parameters:
parentCommentURI
-
-
getResolved
Gets the resolved value for this TestRunComment.- Returns:
- resolved
-
setResolved
Sets the resolved value for this TestRunComment.- Parameters:
resolved
-
-
getTags
Gets the tags value for this TestRunComment.- Returns:
- tags
-
setTags
Sets the tags value for this TestRunComment.- Parameters:
tags
-
-
getText
Gets the text value for this TestRunComment.- Returns:
- text
-
setText
Sets the text value for this TestRunComment.- Parameters:
text
-
-
getTitle
Gets the title value for this TestRunComment.- Returns:
- title
-
setTitle
Sets the title value for this TestRunComment.- Parameters:
title
-
-
getUri
Gets the uri value for this TestRunComment.- Returns:
- uri
-
setUri
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
-
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
-