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

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

  • Method Details

    • getAuthor

      public User getAuthor()
      Gets the author value for this Baseline.
      Returns:
      author
    • setAuthor

      public void setAuthor(User author)
      Sets the author value for this Baseline.
      Parameters:
      author -
    • getBaseObjectURI

      public String getBaseObjectURI()
      Gets the baseObjectURI value for this Baseline.
      Returns:
      baseObjectURI
    • setBaseObjectURI

      public void setBaseObjectURI(String baseObjectURI)
      Sets the baseObjectURI value for this Baseline.
      Parameters:
      baseObjectURI -
    • getBaseRevision

      public String getBaseRevision()
      Gets the baseRevision value for this Baseline.
      Returns:
      baseRevision
    • setBaseRevision

      public void setBaseRevision(String baseRevision)
      Sets the baseRevision value for this Baseline.
      Parameters:
      baseRevision -
    • getDescription

      public String getDescription()
      Gets the description value for this Baseline.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Sets the description value for this Baseline.
      Parameters:
      description -
    • getId

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

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

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

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

      public Project getProject()
      Gets the project value for this Baseline.
      Returns:
      project
    • setProject

      public void setProject(Project project)
      Sets the project value for this Baseline.
      Parameters:
      project -
    • getUri

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

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

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

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