Class ActivityComment

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

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

    • ActivityComment

      public ActivityComment()
    • ActivityComment

      public ActivityComment(Text text, Calendar timeStamp, String userId)
  • Method Details

    • getText

      public Text getText()
      Gets the text value for this ActivityComment.
      Returns:
      text
    • setText

      public void setText(Text text)
      Sets the text value for this ActivityComment.
      Parameters:
      text -
    • getTimeStamp

      public Calendar getTimeStamp()
      Gets the timeStamp value for this ActivityComment.
      Returns:
      timeStamp
    • setTimeStamp

      public void setTimeStamp(Calendar timeStamp)
      Sets the timeStamp value for this ActivityComment.
      Parameters:
      timeStamp -
    • getUserId

      public String getUserId()
      Gets the userId value for this ActivityComment.
      Returns:
      userId
    • setUserId

      public void setUserId(String userId)
      Sets the userId value for this ActivityComment.
      Parameters:
      userId -
    • 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