Class Input

All Implemented Interfaces:
ActivableObject

public class Input extends AbstractActivableObject
  • Constructor Details

  • Method Details

    • getType

      public InputType getType()
    • setType

      public void setType(InputType type)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getCustomUIComponents

      public List<String> getCustomUIComponents()
    • setCustomUIComponents

      public void setCustomUIComponents(List<String> customUIComponents)
    • getSearchMapperService

      public String getSearchMapperService()
    • setSearchMapperService

      public void setSearchMapperService(String searchMapperService)
    • getOptions

      public List<Option> getOptions()
    • setOptions

      public void setOptions(List<Option> options)
    • getDefaultValue

      public String getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object