Class Activity
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Activity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets 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.Deserializer
getDeserializer
(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.Serializer
getSerializer
(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.TypeDesc
Return type metadata objectGets the userId value for this Activity.int
hashCode()
void
setActivityCustomValues
(ActivityCustomValueEntry[] activityCustomValues) Sets the activityCustomValues value for this Activity.void
setComments
(ActivityComment[] comments) Sets the comments value for this Activity.void
setContextId
(String contextId) Sets the contextId value for this Activity.void
setGlobalId
(String globalId) Sets the globalId value for this Activity.void
Sets the id value for this Activity.void
Sets the info value for this Activity.void
Sets the prefix value for this Activity.void
setResourceLocations
(String[] resourceLocations) Sets the resourceLocations value for this Activity.void
setSourceId
(String sourceId) Sets the sourceId value for this Activity.void
setTimestamp
(Calendar timestamp) Sets the timestamp value for this Activity.void
Sets the type value for this Activity.void
Sets 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
-