Class DocumentData


  • public class DocumentData
    extends Object
    The object of data to be merged with the clickwrap document. A merged document must be created from Click's web editor and supports fullName, email, company, title and date..
    • Constructor Detail

      • DocumentData

        public DocumentData()
    • Method Detail

      • fullName

        public DocumentData fullName​(String fullName)
        fullName.
        Returns:
        DocumentData
      • getFullName

        public String getFullName()
        The full name of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document..
        Returns:
        fullName
      • setFullName

        public void setFullName​(String fullName)
        setFullName.
      • getEmail

        public String getEmail()
        The email address of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document..
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
        setEmail.
      • company

        public DocumentData company​(String company)
        company.
        Returns:
        DocumentData
      • getCompany

        public String getCompany()
        The company name of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document..
        Returns:
        company
      • setCompany

        public void setCompany​(String company)
        setCompany.
      • jobTitle

        public DocumentData jobTitle​(String jobTitle)
        jobTitle.
        Returns:
        DocumentData
      • getJobTitle

        public String getJobTitle()
        The job title of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document..
        Returns:
        jobTitle
      • setJobTitle

        public void setJobTitle​(String jobTitle)
        setJobTitle.
      • getDate

        public String getDate()
        A custom date for the contract. This field is created in the UI editor for a Clickwrap document. Only required if present in the document..
        Returns:
        date
      • setDate

        public void setDate​(String date)
        setDate.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object