Class Activity
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Activity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the activityCustomValues value for this Activity.Gets the comments value for this Activity.Gets the contextId value for this Activity.static org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the globalId value for this Activity.getId()Gets the id value for this Activity.getInfo()Gets the info value for this Activity.Gets the prefix value for this Activity.String[]Gets the resourceLocations value for this Activity.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the sourceId value for this Activity.Gets the timestamp value for this Activity.getType()Gets the type value for this Activity.static org.apache.axis.description.TypeDescReturn type metadata objectGets the userId value for this Activity.inthashCode()voidsetActivityCustomValues(ActivityCustomValueEntry[] activityCustomValues) Sets the activityCustomValues value for this Activity.voidsetComments(ActivityComment[] comments) Sets the comments value for this Activity.voidsetContextId(String contextId) Sets the contextId value for this Activity.voidsetGlobalId(String globalId) Sets the globalId value for this Activity.voidSets the id value for this Activity.voidSets the info value for this Activity.voidSets the prefix value for this Activity.voidsetResourceLocations(String[] resourceLocations) Sets the resourceLocations value for this Activity.voidsetSourceId(String sourceId) Sets the sourceId value for this Activity.voidsetTimestamp(Calendar timestamp) Sets the timestamp value for this Activity.voidSets the type value for this Activity.voidSets the userId value for this Activity.
-
Constructor Details
-
Activity
public Activity() -
Activity
-
-
Method Details
-
getActivityCustomValues
Gets the activityCustomValues value for this Activity.- Returns:
- activityCustomValues
-
setActivityCustomValues
Sets the activityCustomValues value for this Activity.- Parameters:
activityCustomValues-
-
getComments
Gets the comments value for this Activity.- Returns:
- comments
-
setComments
Sets the comments value for this Activity.- Parameters:
comments-
-
getContextId
Gets the contextId value for this Activity.- Returns:
- contextId
-
setContextId
Sets the contextId value for this Activity.- Parameters:
contextId-
-
getGlobalId
Gets the globalId value for this Activity.- Returns:
- globalId
-
setGlobalId
Sets the globalId value for this Activity.- Parameters:
globalId-
-
getId
Gets the id value for this Activity.- Returns:
- id
-
setId
Sets the id value for this Activity.- Parameters:
id-
-
getInfo
Gets the info value for this Activity.- Returns:
- info
-
setInfo
Sets the info value for this Activity.- Parameters:
info-
-
getPrefix
Gets the prefix value for this Activity.- Returns:
- prefix
-
setPrefix
Sets the prefix value for this Activity.- Parameters:
prefix-
-
getResourceLocations
Gets the resourceLocations value for this Activity.- Returns:
- resourceLocations
-
setResourceLocations
Sets the resourceLocations value for this Activity.- Parameters:
resourceLocations-
-
getSourceId
Gets the sourceId value for this Activity.- Returns:
- sourceId
-
setSourceId
Sets the sourceId value for this Activity.- Parameters:
sourceId-
-
getTimestamp
Gets the timestamp value for this Activity.- Returns:
- timestamp
-
setTimestamp
Sets the timestamp value for this Activity.- Parameters:
timestamp-
-
getType
Gets the type value for this Activity.- Returns:
- type
-
setType
Sets the type value for this Activity.- Parameters:
type-
-
getUserId
Gets the userId value for this Activity.- Returns:
- userId
-
setUserId
Sets the userId value for this Activity.- 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
-