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