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

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

  • Method Details

    • getAttachments

      public WikiPageAttachment[] getAttachments()
      Gets the attachments value for this WikiPage.
      Returns:
      attachments
    • setAttachments

      public void setAttachments(WikiPageAttachment[] attachments)
      Sets the attachments value for this WikiPage.
      Parameters:
      attachments -
    • getAuthor

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

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

      public Calendar getCreated()
      Gets the created value for this WikiPage.
      Returns:
      created
    • setCreated

      public void setCreated(Calendar created)
      Sets the created value for this WikiPage.
      Parameters:
      created -
    • getHomePageContent

      public Text getHomePageContent()
      Gets the homePageContent value for this WikiPage.
      Returns:
      homePageContent
    • setHomePageContent

      public void setHomePageContent(Text homePageContent)
      Sets the homePageContent value for this WikiPage.
      Parameters:
      homePageContent -
    • getId

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

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

      public String[] getLinkedPageURIs()
      Gets the linkedPageURIs value for this WikiPage.
      Returns:
      linkedPageURIs
    • setLinkedPageURIs

      public void setLinkedPageURIs(String[] linkedPageURIs)
      Sets the linkedPageURIs value for this WikiPage.
      Parameters:
      linkedPageURIs -
    • getLocation

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

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

      public String getPageLocation()
      Gets the pageLocation value for this WikiPage.
      Returns:
      pageLocation
    • setPageLocation

      public void setPageLocation(String pageLocation)
      Sets the pageLocation value for this WikiPage.
      Parameters:
      pageLocation -
    • getPageName

      public String getPageName()
      Gets the pageName value for this WikiPage.
      Returns:
      pageName
    • setPageName

      public void setPageName(String pageName)
      Sets the pageName value for this WikiPage.
      Parameters:
      pageName -
    • getProject

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

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

      public String getSpaceId()
      Gets the spaceId value for this WikiPage.
      Returns:
      spaceId
    • setSpaceId

      public void setSpaceId(String spaceId)
      Sets the spaceId value for this WikiPage.
      Parameters:
      spaceId -
    • getTitle

      public String getTitle()
      Gets the title value for this WikiPage.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
      Sets the title value for this WikiPage.
      Parameters:
      title -
    • getType

      public String getType()
      Gets the type value for this WikiPage.
      Returns:
      type
    • setType

      public void setType(String type)
      Sets the type value for this WikiPage.
      Parameters:
      type -
    • getUpdated

      public Calendar getUpdated()
      Gets the updated value for this WikiPage.
      Returns:
      updated
    • setUpdated

      public void setUpdated(Calendar updated)
      Sets the updated value for this WikiPage.
      Parameters:
      updated -
    • getUpdatedBy

      public User getUpdatedBy()
      Gets the updatedBy value for this WikiPage.
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(User updatedBy)
      Sets the updatedBy value for this WikiPage.
      Parameters:
      updatedBy -
    • getUri

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

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

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

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