Class WorkRecord

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

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

  • Method Details

    • getComment

      public String getComment()
      Gets the comment value for this WorkRecord.
      Returns:
      comment
    • setComment

      public void setComment(String comment)
      Sets the comment value for this WorkRecord.
      Parameters:
      comment -
    • getDate

      public Date getDate()
      Gets the date value for this WorkRecord.
      Returns:
      date
    • setDate

      public void setDate(Date date)
      Sets the date value for this WorkRecord.
      Parameters:
      date -
    • getId

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

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

      public String getTimeSpent()
      Gets the timeSpent value for this WorkRecord.
      Returns:
      timeSpent
    • setTimeSpent

      public void setTimeSpent(String timeSpent)
      Sets the timeSpent value for this WorkRecord.
      Parameters:
      timeSpent -
    • getType

      public EnumOptionId getType()
      Gets the type value for this WorkRecord.
      Returns:
      type
    • setType

      public void setType(EnumOptionId type)
      Sets the type value for this WorkRecord.
      Parameters:
      type -
    • getUser

      public User getUser()
      Gets the user value for this WorkRecord.
      Returns:
      user
    • setUser

      public void setUser(User user)
      Sets the user value for this WorkRecord.
      Parameters:
      user -
    • getUri

      public String getUri()
      Gets the uri value for this WorkRecord.
      Returns:
      uri
    • setUri

      public void setUri(String uri)
      Sets the uri value for this WorkRecord.
      Parameters:
      uri -
    • isUnresolvable

      public boolean isUnresolvable()
      Gets the unresolvable value for this WorkRecord.
      Returns:
      unresolvable
    • setUnresolvable

      public void setUnresolvable(boolean unresolvable)
      Sets the unresolvable value for this WorkRecord.
      Parameters:
      unresolvable -
    • 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