Class DSEnvelope

java.lang.Object
com.liferay.digital.signature.model.DSEnvelope

public class DSEnvelope extends Object
  • Field Details

    • createdLocalDateTime

      protected LocalDateTime createdLocalDateTime
    • dsDocuments

      protected List<DSDocument> dsDocuments
    • dsEnvelopeId

      protected String dsEnvelopeId
    • dsRecipients

      protected List<DSRecipient> dsRecipients
    • emailBlurb

      protected String emailBlurb
    • emailSubject

      protected String emailSubject
    • name

      protected String name
    • senderEmailAddress

      protected String senderEmailAddress
    • status

      protected String status
  • Constructor Details

    • DSEnvelope

      public DSEnvelope()
  • Method Details

    • getCreatedLocalDateTime

      public LocalDateTime getCreatedLocalDateTime()
    • getDSDocuments

      public List<DSDocument> getDSDocuments()
    • getDSEnvelopeId

      public String getDSEnvelopeId()
    • getDSRecipients

      public List<DSRecipient> getDSRecipients()
    • getEmailBlurb

      public String getEmailBlurb()
    • getEmailSubject

      public String getEmailSubject()
    • getName

      public String getName()
    • getSenderEmailAddress

      public String getSenderEmailAddress()
    • getStatus

      public String getStatus()
    • setCreatedLocalDateTime

      public void setCreatedLocalDateTime(LocalDateTime createdLocalDateTime)
    • setDSDocuments

      public void setDSDocuments(List<DSDocument> dsDocuments)
    • setDSEnvelopeId

      public void setDSEnvelopeId(String dsEnvelopeId)
    • setDSRecipients

      public void setDSRecipients(List<DSRecipient> dsRecipients)
    • setEmailBlurb

      public void setEmailBlurb(String emailBlurb)
    • setEmailSubject

      public void setEmailSubject(String emailSubject)
    • setName

      public void setName(String name)
    • setSenderEmailAddress

      public void setSenderEmailAddress(String senderEmailAddress)
    • setStatus

      public void setStatus(String status)
    • toJSONObject

      public com.liferay.portal.kernel.json.JSONObject toJSONObject()
    • toString

      public String toString()
      Overrides:
      toString in class Object