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

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

  • Method Details

    • getActivityCustomValues

      public ActivityCustomValueEntry[] getActivityCustomValues()
      Gets the activityCustomValues value for this Activity.
      Returns:
      activityCustomValues
    • setActivityCustomValues

      public void setActivityCustomValues(ActivityCustomValueEntry[] activityCustomValues)
      Sets the activityCustomValues value for this Activity.
      Parameters:
      activityCustomValues -
    • getComments

      public ActivityComment[] getComments()
      Gets the comments value for this Activity.
      Returns:
      comments
    • setComments

      public void setComments(ActivityComment[] comments)
      Sets the comments value for this Activity.
      Parameters:
      comments -
    • getContextId

      public String getContextId()
      Gets the contextId value for this Activity.
      Returns:
      contextId
    • setContextId

      public void setContextId(String contextId)
      Sets the contextId value for this Activity.
      Parameters:
      contextId -
    • getGlobalId

      public String getGlobalId()
      Gets the globalId value for this Activity.
      Returns:
      globalId
    • setGlobalId

      public void setGlobalId(String globalId)
      Sets the globalId value for this Activity.
      Parameters:
      globalId -
    • getId

      public String getId()
      Gets the id value for this Activity.
      Returns:
      id
    • setId

      public void setId(String id)
      Sets the id value for this Activity.
      Parameters:
      id -
    • getInfo

      public Text getInfo()
      Gets the info value for this Activity.
      Returns:
      info
    • setInfo

      public void setInfo(Text info)
      Sets the info value for this Activity.
      Parameters:
      info -
    • getPrefix

      public String getPrefix()
      Gets the prefix value for this Activity.
      Returns:
      prefix
    • setPrefix

      public void setPrefix(String prefix)
      Sets the prefix value for this Activity.
      Parameters:
      prefix -
    • getResourceLocations

      public String[] getResourceLocations()
      Gets the resourceLocations value for this Activity.
      Returns:
      resourceLocations
    • setResourceLocations

      public void setResourceLocations(String[] resourceLocations)
      Sets the resourceLocations value for this Activity.
      Parameters:
      resourceLocations -
    • getSourceId

      public String getSourceId()
      Gets the sourceId value for this Activity.
      Returns:
      sourceId
    • setSourceId

      public void setSourceId(String sourceId)
      Sets the sourceId value for this Activity.
      Parameters:
      sourceId -
    • getTimestamp

      public Calendar getTimestamp()
      Gets the timestamp value for this Activity.
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(Calendar timestamp)
      Sets the timestamp value for this Activity.
      Parameters:
      timestamp -
    • getType

      public String getType()
      Gets the type value for this Activity.
      Returns:
      type
    • setType

      public void setType(String type)
      Sets the type value for this Activity.
      Parameters:
      type -
    • getUserId

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

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