Class DSEnvelope
java.lang.Object
com.liferay.digital.signature.model.DSEnvelope
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LocalDateTimeprotected List<DSDocument>protected Stringprotected List<DSRecipient>protected Stringprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCreatedLocalDateTime(LocalDateTime createdLocalDateTime) voidsetDSDocuments(List<DSDocument> dsDocuments) voidsetDSEnvelopeId(String dsEnvelopeId) voidsetDSRecipients(List<DSRecipient> dsRecipients) voidsetEmailBlurb(String emailBlurb) voidsetEmailSubject(String emailSubject) voidvoidsetSenderEmailAddress(String senderEmailAddress) voidcom.liferay.portal.kernel.json.JSONObjecttoString()
-
Field Details
-
createdLocalDateTime
-
dsDocuments
-
dsEnvelopeId
-
dsRecipients
-
emailBlurb
-
emailSubject
-
name
-
senderEmailAddress
-
status
-
-
Constructor Details
-
DSEnvelope
public DSEnvelope()
-
-
Method Details
-
getCreatedLocalDateTime
-
getDSDocuments
-
getDSEnvelopeId
-
getDSRecipients
-
getEmailBlurb
-
getEmailSubject
-
getName
-
getSenderEmailAddress
-
getStatus
-
setCreatedLocalDateTime
-
setDSDocuments
-
setDSEnvelopeId
-
setDSRecipients
-
setEmailBlurb
-
setEmailSubject
-
setName
-
setSenderEmailAddress
-
setStatus
-
toJSONObject
public com.liferay.portal.kernel.json.JSONObject toJSONObject() -
toString
-