Class ImportedComment
java.lang.Object
com.polarion.alm.ws.client.types.tracker.ImportedComment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the author value for this ImportedComment.Gets the created value for this ImportedComment.static org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the initials value for this ImportedComment.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectinthashCode()voidSets the author value for this ImportedComment.voidsetCreated(Calendar created) Sets the created value for this ImportedComment.voidsetInitials(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
-