Class FormFragmentInstancePageElementDefinition

java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.PageElementDefinition
com.liferay.headless.admin.site.dto.v1_0.FormFragmentInstancePageElementDefinition
All Implemented Interfaces:
Serializable

@Generated("") public class FormFragmentInstancePageElementDefinition extends PageElementDefinition implements Serializable
See Also:
Generated:
  • Field Details

    • fieldKey

      protected String fieldKey
    • fragmentInstance

      protected FragmentInstance fragmentInstance
    • helpText_i18n

      protected Map<String,String> helpText_i18n
    • label_i18n

      protected Map<String,String> label_i18n
    • markAsRequired

      protected Boolean markAsRequired
    • readOnlyField

      protected Boolean readOnlyField
    • showHelpText

      protected Boolean showHelpText
    • showLabel

      protected Boolean showLabel
    • xClassName

      public String xClassName
  • Constructor Details

    • FormFragmentInstancePageElementDefinition

      public FormFragmentInstancePageElementDefinition()
  • Method Details

    • toDTO

    • unsafeToDTO

      public static FormFragmentInstancePageElementDefinition unsafeToDTO(String json)
    • getFieldKey

      public String getFieldKey()
    • setFieldKey

      public void setFieldKey(String fieldKey)
    • setFieldKey

      public void setFieldKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> fieldKeyUnsafeSupplier)
    • getFragmentInstance

      @Valid public @Valid FragmentInstance getFragmentInstance()
    • setFragmentInstance

      public void setFragmentInstance(FragmentInstance fragmentInstance)
    • setFragmentInstance

      public void setFragmentInstance(com.liferay.petra.function.UnsafeSupplier<FragmentInstance,Exception> fragmentInstanceUnsafeSupplier)
    • getHelpText_i18n

      @Valid public @Valid Map<String,String> getHelpText_i18n()
    • setHelpText_i18n

      public void setHelpText_i18n(Map<String,String> helpText_i18n)
    • setHelpText_i18n

      public void setHelpText_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> helpText_i18nUnsafeSupplier)
    • getLabel_i18n

      @Valid public @Valid Map<String,String> getLabel_i18n()
    • setLabel_i18n

      public void setLabel_i18n(Map<String,String> label_i18n)
    • setLabel_i18n

      public void setLabel_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> label_i18nUnsafeSupplier)
    • getMarkAsRequired

      public Boolean getMarkAsRequired()
    • setMarkAsRequired

      public void setMarkAsRequired(Boolean markAsRequired)
    • setMarkAsRequired

      public void setMarkAsRequired(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> markAsRequiredUnsafeSupplier)
    • getReadOnlyField

      public Boolean getReadOnlyField()
    • setReadOnlyField

      public void setReadOnlyField(Boolean readOnlyField)
    • setReadOnlyField

      public void setReadOnlyField(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> readOnlyFieldUnsafeSupplier)
    • getShowHelpText

      public Boolean getShowHelpText()
    • setShowHelpText

      public void setShowHelpText(Boolean showHelpText)
    • setShowHelpText

      public void setShowHelpText(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> showHelpTextUnsafeSupplier)
    • getShowLabel

      public Boolean getShowLabel()
    • setShowLabel

      public void setShowLabel(Boolean showLabel)
    • setShowLabel

      public void setShowLabel(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> showLabelUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class PageElementDefinition
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class PageElementDefinition
    • toString

      public String toString()
      Overrides:
      toString in class PageElementDefinition