Class ImportedComment
java.lang.Object
com.polarion.alm.ws.client.types.tracker.ImportedComment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the author value for this ImportedComment.Gets the created value for this ImportedComment.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the initials value for this ImportedComment.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
void
Sets the author value for this ImportedComment.void
setCreated
(Calendar created) Sets the created value for this ImportedComment.void
setInitials
(String initials) Sets the initials value for this ImportedComment.
-
Constructor Details
-
ImportedComment
public ImportedComment() -
ImportedComment
-
-
Method Details
-
getAuthor
Gets the author value for this ImportedComment.- Returns:
- author
-
setAuthor
Sets the author value for this ImportedComment.- Parameters:
author
-
-
getCreated
Gets the created value for this ImportedComment.- Returns:
- created
-
setCreated
Sets the created value for this ImportedComment.- Parameters:
created
-
-
getInitials
Gets the initials value for this ImportedComment.- Returns:
- initials
-
setInitials
Sets the initials value for this ImportedComment.- Parameters:
initials
-
-
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
-