Class DocumentRelationship

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

public class DocumentRelationship extends VaultModel
Model for the Document/Binder relationship, used in:
- response of the retrieve/get
- inputs to create a Document/Binder relationship
  • Constructor Details

    • DocumentRelationship

      public DocumentRelationship()
  • Method Details

    • getCreatedBy

      public Integer getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(Integer createdBy)
    • getCreatedDate

      public String getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(String createdDate)
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getSourceDocId

      public Integer getSourceDocId()
    • setSourceDocId

      public void setSourceDocId(Integer sourceDocId)
    • getRelationshipType

      public String getRelationshipType()
    • setRelationshipType

      public void setRelationshipType(String relationshipType)
    • getTargetDocId

      public Integer getTargetDocId()
    • setTargetDocId

      public void setTargetDocId(Integer targetDocId)
    • getTargetMajorVersion

      public Integer getTargetMajorVersion()
    • setTargetMajorVersion

      public void setTargetMajorVersion(Integer targetMajorVersion)
    • getTargetMinorVersion

      public Integer getTargetMinorVersion()
    • setTargetMinorVersion

      public void setTargetMinorVersion(Integer targetMinorVersion)