Class ApplicationFormItemWithPrefilledValue

java.lang.Object
cz.metacentrum.perun.registrar.model.ApplicationFormItemWithPrefilledValue

public class ApplicationFormItemWithPrefilledValue extends Object
Application form item with a value prefilled.
Author:
Martin Kuba makub@ics.muni.cz
  • Constructor Details

    • ApplicationFormItemWithPrefilledValue

      public ApplicationFormItemWithPrefilledValue(ApplicationFormItem formItem, String prefilledValue)
  • Method Details

    • getAssuranceLevel

      public String getAssuranceLevel()
    • setAssuranceLevel

      public void setAssuranceLevel(String assuranceLevel)
    • getBeanName

      public String getBeanName()
      Return bean name as PerunBean does.
      Returns:
      Class simple name (beanName)
    • getFormItem

      public ApplicationFormItem getFormItem()
    • setFormItem

      public void setFormItem(ApplicationFormItem formItem)
    • getPrefilledValue

      public String getPrefilledValue()
    • setPrefilledValue

      public void setPrefilledValue(String prefilledValue)
    • isGenerated

      public boolean isGenerated()
    • setGenerated

      public void setGenerated(boolean generated)
    • toString

      public String toString()
      Overrides:
      toString in class Object