Class Baseline
java.lang.Object
com.polarion.alm.ws.client.types.tracker.Baseline
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the author value for this Baseline.Gets the baseObjectURI value for this Baseline.Gets the baseRevision value for this Baseline.Gets the description value for this Baseline.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetId()
Gets the id value for this Baseline.getName()
Gets the name value for this Baseline.Gets the project value for this Baseline.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectgetUri()
Gets the uri value for this Baseline.int
hashCode()
boolean
Gets the unresolvable value for this Baseline.void
Sets the author value for this Baseline.void
setBaseObjectURI
(String baseObjectURI) Sets the baseObjectURI value for this Baseline.void
setBaseRevision
(String baseRevision) Sets the baseRevision value for this Baseline.void
setDescription
(String description) Sets the description value for this Baseline.void
Sets the id value for this Baseline.void
Sets the name value for this Baseline.void
setProject
(Project project) Sets the project value for this Baseline.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this Baseline.void
Sets the uri value for this Baseline.
-
Constructor Details
-
Baseline
public Baseline() -
Baseline
-
-
Method Details
-
getAuthor
Gets the author value for this Baseline.- Returns:
- author
-
setAuthor
Sets the author value for this Baseline.- Parameters:
author
-
-
getBaseObjectURI
Gets the baseObjectURI value for this Baseline.- Returns:
- baseObjectURI
-
setBaseObjectURI
Sets the baseObjectURI value for this Baseline.- Parameters:
baseObjectURI
-
-
getBaseRevision
Gets the baseRevision value for this Baseline.- Returns:
- baseRevision
-
setBaseRevision
Sets the baseRevision value for this Baseline.- Parameters:
baseRevision
-
-
getDescription
Gets the description value for this Baseline.- Returns:
- description
-
setDescription
Sets the description value for this Baseline.- Parameters:
description
-
-
getId
Gets the id value for this Baseline.- Returns:
- id
-
setId
Sets the id value for this Baseline.- Parameters:
id
-
-
getName
Gets the name value for this Baseline.- Returns:
- name
-
setName
Sets the name value for this Baseline.- Parameters:
name
-
-
getProject
Gets the project value for this Baseline.- Returns:
- project
-
setProject
Sets the project value for this Baseline.- Parameters:
project
-
-
getUri
Gets the uri value for this Baseline.- Returns:
- uri
-
setUri
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
-
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
-