Class DSRecipientViewDefinition

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

public class DSRecipientViewDefinition extends Object
  • Field Details

    • authenticationMethod

      protected String authenticationMethod
    • dsClientUserId

      protected String dsClientUserId
    • emailAddress

      protected String emailAddress
    • returnURL

      protected String returnURL
    • userName

      protected String userName
  • Constructor Details

    • DSRecipientViewDefinition

      public DSRecipientViewDefinition()
  • Method Details

    • getAuthenticationMethod

      public String getAuthenticationMethod()
    • getDSClientUserId

      public String getDSClientUserId()
    • getEmailAddress

      public String getEmailAddress()
    • getReturnURL

      public String getReturnURL()
    • getUserName

      public String getUserName()
    • setAuthenticationMethod

      public void setAuthenticationMethod(String authenticationMethod)
    • setDSClientUserId

      public void setDSClientUserId(String dsClientUserId)
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
    • setReturnURL

      public void setReturnURL(String returnURL)
    • setUserName

      public void setUserName(String userName)
    • toJSONObject

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

      public String toString()
      Overrides:
      toString in class Object