Class ActivityComment
java.lang.Object
com.polarion.alm.ws.client.types.tracker.ActivityComment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializerstatic org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializergetText()
Gets the text value for this ActivityComment.Gets the timeStamp value for this ActivityComment.static org.apache.axis.description.TypeDesc
Return type metadata objectGets the userId value for this ActivityComment.int
hashCode()
void
Sets the text value for this ActivityComment.void
setTimeStamp
(Calendar timeStamp) Sets the timeStamp value for this ActivityComment.void
Sets the userId value for this ActivityComment.
-
Constructor Details
-
ActivityComment
public ActivityComment() -
ActivityComment
-
-
Method Details
-
getText
Gets the text value for this ActivityComment.- Returns:
- text
-
setText
Sets the text value for this ActivityComment.- Parameters:
text
-
-
getTimeStamp
Gets the timeStamp value for this ActivityComment.- Returns:
- timeStamp
-
setTimeStamp
Sets the timeStamp value for this ActivityComment.- Parameters:
timeStamp
-
-
getUserId
Gets the userId value for this ActivityComment.- Returns:
- userId
-
setUserId
Sets the userId value for this ActivityComment.- Parameters:
userId
-
-
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
-