Class LinkedResource

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

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

  • Method Details

    • getBranch

      public String getBranch()
      Gets the branch value for this LinkedResource.
      Returns:
      branch
    • setBranch

      public void setBranch(String branch)
      Sets the branch value for this LinkedResource.
      Parameters:
      branch -
    • getCategory

      public String getCategory()
      Gets the category value for this LinkedResource.
      Returns:
      category
    • setCategory

      public void setCategory(String category)
      Sets the category value for this LinkedResource.
      Parameters:
      category -
    • getElement

      public String getElement()
      Gets the element value for this LinkedResource.
      Returns:
      element
    • setElement

      public void setElement(String element)
      Sets the element value for this LinkedResource.
      Parameters:
      element -
    • getElementPosition

      public String getElementPosition()
      Gets the elementPosition value for this LinkedResource.
      Returns:
      elementPosition
    • setElementPosition

      public void setElementPosition(String elementPosition)
      Sets the elementPosition value for this LinkedResource.
      Parameters:
      elementPosition -
    • getFileName

      public String getFileName()
      Gets the fileName value for this LinkedResource.
      Returns:
      fileName
    • setFileName

      public void setFileName(String fileName)
      Sets the fileName value for this LinkedResource.
      Parameters:
      fileName -
    • getLinkPosition

      public String getLinkPosition()
      Gets the linkPosition value for this LinkedResource.
      Returns:
      linkPosition
    • setLinkPosition

      public void setLinkPosition(String linkPosition)
      Sets the linkPosition value for this LinkedResource.
      Parameters:
      linkPosition -
    • getLocation

      public String getLocation()
      Gets the location value for this LinkedResource.
      Returns:
      location
    • setLocation

      public void setLocation(String location)
      Sets the location value for this LinkedResource.
      Parameters:
      location -
    • getMessage

      public String getMessage()
      Gets the message value for this LinkedResource.
      Returns:
      message
    • setMessage

      public void setMessage(String message)
      Sets the message value for this LinkedResource.
      Parameters:
      message -
    • getObjectId

      public String getObjectId()
      Gets the objectId value for this LinkedResource.
      Returns:
      objectId
    • setObjectId

      public void setObjectId(String objectId)
      Sets the objectId value for this LinkedResource.
      Parameters:
      objectId -
    • getObjectRevision

      public String getObjectRevision()
      Gets the objectRevision value for this LinkedResource.
      Returns:
      objectRevision
    • setObjectRevision

      public void setObjectRevision(String objectRevision)
      Sets the objectRevision value for this LinkedResource.
      Parameters:
      objectRevision -
    • getProjectId

      public String getProjectId()
      Gets the projectId value for this LinkedResource.
      Returns:
      projectId
    • setProjectId

      public void setProjectId(String projectId)
      Sets the projectId value for this LinkedResource.
      Parameters:
      projectId -
    • getRepositoryId

      public String getRepositoryId()
      Gets the repositoryId value for this LinkedResource.
      Returns:
      repositoryId
    • setRepositoryId

      public void setRepositoryId(String repositoryId)
      Sets the repositoryId value for this LinkedResource.
      Parameters:
      repositoryId -
    • getRole

      public String getRole()
      Gets the role value for this LinkedResource.
      Returns:
      role
    • setRole

      public void setRole(String role)
      Sets the role value for this LinkedResource.
      Parameters:
      role -
    • 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