Class ZestFieldDefinition


  • public class ZestFieldDefinition
    extends ZestElement
    The Class ZestFieldDefinition.
    • Constructor Detail

      • ZestFieldDefinition

        public ZestFieldDefinition()
        Instantiates a new zest field definition.
      • ZestFieldDefinition

        public ZestFieldDefinition​(int formIndex,
                                   String fieldName)
        Instantiates a new zest field definition.
        Parameters:
        formIndex - the form index
        fieldName - the field name
      • ZestFieldDefinition

        public ZestFieldDefinition​(String formName,
                                   String fieldName)
        Instantiates a new zest field definition.
        Parameters:
        formName - the form name
        fieldName - the field name
    • Method Detail

      • getFormIndex

        public int getFormIndex()
        Gets the form index.
        Returns:
        the form index
      • setFormIndex

        public void setFormIndex​(int formIndex)
        Sets the form index.
        Parameters:
        formIndex - the new form index
      • getFormName

        public String getFormName()
        Gets the form name.
        Returns:
        the form name
      • setFormName

        public void setFormName​(String formName)
        Sets the form name.
        Parameters:
        formName - the new form name
      • getFieldName

        public String getFieldName()
        Gets the field name.
        Returns:
        the field name
      • setFieldName

        public void setFieldName​(String fieldName)
        Sets the field name.
        Parameters:
        fieldName - the new field name
      • getKey

        public String getKey()
        Gets the key.
        Returns:
        the key