Class DocumentReviewSoapDO

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
com.collabnet.ce.soap60.webservices.docman.DocumentReviewSoapDO

public class DocumentReviewSoapDO extends ItemSoapDO
DocumentReviewDO class represents the document review for a document.
Since:
5.0
  • Field Details

  • Constructor Details

    • DocumentReviewSoapDO

      public DocumentReviewSoapDO()
  • Method Details

    • getId

      public String getId()
      Returns 'id'.
      Overrides:
      getId in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Returns:
      Value of 'id'.
    • setId

      public void setId(String id)
      Sets 'id'.
      Overrides:
      setId in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Parameters:
      id - Value of 'id'.
    • getDocumentVersion

      public int getDocumentVersion()
      Returns 'documentVersion'. The version number of the document
      Returns:
      Value of 'documentVersion'.
    • setDocumentVersion

      public void setDocumentVersion(int documentVersion)
      Sets 'documentVersion'. The version number of the document
      Parameters:
      documentVersion - Value of 'documentVersion'.
    • getTitle

      public String getTitle()
      Returns 'title'. The title of the document review
      Overrides:
      getTitle in class ItemSoapDO
      Returns:
      Value of 'title'.
    • setTitle

      public void setTitle(String title)
      Sets 'title'. The title of the document review
      Overrides:
      setTitle in class ItemSoapDO
      Parameters:
      title - Value of 'title'.
    • getDescription

      public String getDescription()
      Returns 'description'. The description of the document review
      Returns:
      Value of 'description'.
    • setDescription

      public void setDescription(String description)
      Sets 'description'. The description of the document review
      Parameters:
      description - Value of 'description'.
    • getDueDate

      public Date getDueDate()
      Returns 'dueDate'. The date this review is due.
      Returns:
      Value of 'dueDate'.
    • setDueDate

      public void setDueDate(Date dueDate)
      Sets 'dueDate'. The date this review is due.
      Parameters:
      dueDate - Value of 'dueDate'.
    • getEndDate

      public Date getEndDate()
      Returns 'endDate'. The date review was closed.
      Returns:
      Value of 'endDate'.
    • setEndDate

      public void setEndDate(Date endDate)
      Sets 'endDate'. The date review was closed.
      Parameters:
      endDate - Value of 'endDate'.
    • getStatus

      public String getStatus()
      Returns 'status'. The status of this review.
      Returns:
      Value of 'status'.
    • setStatus

      public void setStatus(String status)
      Sets 'status'. The status of this review.
      Parameters:
      status - Value of 'status'.
    • getVersion

      public int getVersion()
      Returns 'version'. The version number of the review
      Overrides:
      getVersion in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Returns:
      Value of 'version'.
    • setVersion

      public void setVersion(int version)
      Sets 'version'. The version number of the review
      Overrides:
      setVersion in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Parameters:
      version - Value of 'version'.
    • getCreatedBy

      public String getCreatedBy()
      Returns 'createdBy'. Name of the user this review was created by.
      Overrides:
      getCreatedBy in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Returns:
      Value of 'createdBy'.
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Sets 'createdBy'. Name of the user this review was created by.
      Overrides:
      setCreatedBy in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Parameters:
      createdBy - Value of 'createdBy'.
    • getCreatedDate

      public Date getCreatedDate()
      Returns 'createdDate'. Date this review was created.
      Overrides:
      getCreatedDate in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Returns:
      Value of 'createdDate'.
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
      Sets 'createdDate'. Date this review was created.
      Overrides:
      setCreatedDate in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Parameters:
      createdDate - Value of 'createdDate'.
    • getLastModifiedBy

      public String getLastModifiedBy()
      Returns 'lastModifiedBy'. Name of the user who modified this review last time.
      Overrides:
      getLastModifiedBy in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Returns:
      Value of 'lastModifiedBy'.
    • setLastModifiedBy

      public void setLastModifiedBy(String lastModifiedBy)
      Sets 'lastModifiedBy'. Name of the user who modified this review last time.
      Overrides:
      setLastModifiedBy in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Parameters:
      lastModifiedBy - Value of 'lastModifiedBy'.
    • getLastModifiedDate

      public Date getLastModifiedDate()
      Returns 'lastModifiedDate'. Date this review was last modified.
      Overrides:
      getLastModifiedDate in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Returns:
      Value of 'lastModifiedDate'.
    • setLastModifiedDate

      public void setLastModifiedDate(Date lastModifiedDate)
      Sets 'lastModifiedDate'. Date this review was last modified.
      Overrides:
      setLastModifiedDate in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
      Parameters:
      lastModifiedDate - Value of 'lastModifiedDate'.
    • registerTypeMappings

      public static void registerTypeMappings(org.apache.axis.client.Call call)