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