Class TimePoint

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

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

    • TimePoint

      public TimePoint()
    • TimePoint

      public TimePoint(Boolean closed, Text description, Date earliestPlannedStart, String id, String name, Date time, String uri, boolean unresolvable)
  • Method Details

    • getClosed

      public Boolean getClosed()
      Gets the closed value for this TimePoint.
      Returns:
      closed
    • setClosed

      public void setClosed(Boolean closed)
      Sets the closed value for this TimePoint.
      Parameters:
      closed -
    • getDescription

      public Text getDescription()
      Gets the description value for this TimePoint.
      Returns:
      description
    • setDescription

      public void setDescription(Text description)
      Sets the description value for this TimePoint.
      Parameters:
      description -
    • getEarliestPlannedStart

      public Date getEarliestPlannedStart()
      Gets the earliestPlannedStart value for this TimePoint.
      Returns:
      earliestPlannedStart
    • setEarliestPlannedStart

      public void setEarliestPlannedStart(Date earliestPlannedStart)
      Sets the earliestPlannedStart value for this TimePoint.
      Parameters:
      earliestPlannedStart -
    • getId

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

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

      public String getName()
      Gets the name value for this TimePoint.
      Returns:
      name
    • setName

      public void setName(String name)
      Sets the name value for this TimePoint.
      Parameters:
      name -
    • getTime

      public Date getTime()
      Gets the time value for this TimePoint.
      Returns:
      time
    • setTime

      public void setTime(Date time)
      Sets the time value for this TimePoint.
      Parameters:
      time -
    • getUri

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

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

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

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