Class FormPropertyDefTO

java.lang.Object
org.apache.syncope.common.lib.to.FormPropertyDefTO
All Implemented Interfaces:
Serializable, BaseBean, EntityTO, NamedEntityTO

public class FormPropertyDefTO extends Object implements NamedEntityTO
See Also:
  • Constructor Details

    • FormPropertyDefTO

      public FormPropertyDefTO()
  • Method Details

    • getKey

      public String getKey()
      Specified by:
      getKey in interface EntityTO
    • setKey

      public void setKey(String key)
      Specified by:
      setKey in interface EntityTO
    • getName

      public String getName()
      Specified by:
      getName in interface NamedEntityTO
    • setName

      public void setName(String name)
      Specified by:
      setName in interface NamedEntityTO
    • getLabel

      public String getLabel(Locale locale)
    • getLabels

      public Map<Locale,String> getLabels()
    • getType

      public FormPropertyType getType()
    • setType

      public void setType(FormPropertyType type)
    • isReadable

      public boolean isReadable()
    • setReadable

      public void setReadable(boolean readable)
    • isWritable

      public boolean isWritable()
    • setWritable

      public void setWritable(boolean writable)
    • isRequired

      public boolean isRequired()
    • setRequired

      public void setRequired(boolean required)
    • getStringRegEx

      public Pattern getStringRegEx()
    • setStringRegEx

      public void setStringRegEx(Pattern stringRegEx)
    • getDatePattern

      public String getDatePattern()
    • setDatePattern

      public void setDatePattern(String datePattern)
    • getEnumValues

      public Map<String,String> getEnumValues()
    • isDropdownSingleSelection

      public boolean isDropdownSingleSelection()
    • setDropdownSingleSelection

      public void setDropdownSingleSelection(boolean dropdownSingleSelection)
    • isDropdownFreeForm

      public boolean isDropdownFreeForm()
    • setDropdownFreeForm

      public void setDropdownFreeForm(boolean dropdownFreeForm)
    • hashCode

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

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