Class ImportedComment

java.lang.Object
com.polarion.alm.ws.client.types.tracker.ImportedComment
All Implemented Interfaces:
Serializable

public class ImportedComment extends Object implements Serializable
See Also:
  • Constructor Details

    • ImportedComment

      public ImportedComment()
    • ImportedComment

      public ImportedComment(String author, Calendar created, String initials)
  • Method Details

    • getAuthor

      public String getAuthor()
      Gets the author value for this ImportedComment.
      Returns:
      author
    • setAuthor

      public void setAuthor(String author)
      Sets the author value for this ImportedComment.
      Parameters:
      author -
    • getCreated

      public Calendar getCreated()
      Gets the created value for this ImportedComment.
      Returns:
      created
    • setCreated

      public void setCreated(Calendar created)
      Sets the created value for this ImportedComment.
      Parameters:
      created -
    • getInitials

      public String getInitials()
      Gets the initials value for this ImportedComment.
      Returns:
      initials
    • setInitials

      public void setInitials(String initials)
      Sets the initials value for this ImportedComment.
      Parameters:
      initials -
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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