Class DocumentAnnotation

java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.model.common.DocumentAnnotation

public class DocumentAnnotation extends VaultModel
Model for Document Annotation Read Data
  • Constructor Details

    • DocumentAnnotation

      public DocumentAnnotation()
  • Method Details

    • getDocumentVersionId

      public String getDocumentVersionId()
    • setDocumentVersionId

      public void setDocumentVersionId(String documentVersionId)
    • getModifiedByUser

      public Integer getModifiedByUser()
    • setModifiedByUser

      public void setModifiedByUser(Integer modifiedByUser)
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getCreatedByUser

      public Integer getCreatedByUser()
    • setCreatedByUser

      public void setCreatedByUser(Integer createdByUser)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getCreatedDateTime

      public String getCreatedDateTime()
    • setCreatedDateTime

      public void setCreatedDateTime(String createdDateTime)
    • getModifiedDateTime

      public String getModifiedDateTime()
    • setModifiedDateTime

      public void setModifiedDateTime(String modifiedDateTime)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • getReplyCount

      public Integer getReplyCount()
    • setReplyCount

      public void setReplyCount(Integer replyCount)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getPlacemark

      public DocumentAnnotation.Placemark getPlacemark()
    • setPlacemark

      public void setPlacemark(DocumentAnnotation.Placemark placemark)