Class FormDto


  • public class FormDto
    extends Object
    FormDto
    • Constructor Detail

      • FormDto

        public FormDto()
    • Method Detail

      • getKey

        public String getKey()
        The form key.
        Returns:
        key
      • setKey

        public void setKey​(String key)
      • contextPath

        public FormDto contextPath​(String contextPath)
      • getContextPath

        public String getContextPath()
        The context path of the process application. If the task (or the process definition) does not belong to a process application deployment or a process definition at all, this property is not set.
        Returns:
        contextPath
      • setContextPath

        public void setContextPath​(String contextPath)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object