Class ModuleComment
java.lang.Object
com.polarion.alm.ws.client.types.tracker.ModuleComment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModuleComment(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 TypeMethodDescriptionbooleanGets 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.DeserializergetDeserializer(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.SerializergetSerializer(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.TypeDescReturn type metadata objectgetUri()Gets the uri value for this ModuleComment.inthashCode()booleanGets the unresolvable value for this ModuleComment.voidSets the author value for this ModuleComment.voidsetChildCommentURIs(String[] childCommentURIs) Sets the childCommentURIs value for this ModuleComment.voidsetCreated(Calendar created) Sets the created value for this ModuleComment.voidSets the id value for this ModuleComment.voidsetImportedComment(ImportedComment importedComment) Sets the importedComment value for this ModuleComment.voidsetParentCommentURI(String parentCommentURI) Sets the parentCommentURI value for this ModuleComment.voidsetReferredWorkItemURI(String referredWorkItemURI) Sets the referredWorkItemURI value for this ModuleComment.voidsetResolved(Boolean resolved) Sets the resolved value for this ModuleComment.voidsetTags(EnumOptionId[] tags) Sets the tags value for this ModuleComment.voidSets the text value for this ModuleComment.voidsetUnresolvable(boolean unresolvable) Sets the unresolvable value for this ModuleComment.voidSets 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
-