Class ApplicationFormItemWithPrefilledValue
java.lang.Object
cz.metacentrum.perun.registrar.model.ApplicationFormItemWithPrefilledValue
Application form item with a value prefilled.
- Author:
- Martin Kuba makub@ics.muni.cz
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationFormItemWithPrefilledValue(ApplicationFormItem formItem, String prefilledValue) -
Method Summary
Modifier and TypeMethodDescriptionReturn bean name as PerunBean does.booleanvoidsetAssuranceLevel(String assuranceLevel) voidsetFormItem(ApplicationFormItem formItem) voidsetGenerated(boolean generated) voidsetPrefilledValue(String prefilledValue) toString()
-
Constructor Details
-
ApplicationFormItemWithPrefilledValue
-
-
Method Details
-
getAssuranceLevel
-
setAssuranceLevel
-
getBeanName
Return bean name as PerunBean does.- Returns:
- Class simple name (beanName)
-
getFormItem
-
setFormItem
-
getPrefilledValue
-
setPrefilledValue
-
isGenerated
public boolean isGenerated() -
setGenerated
public void setGenerated(boolean generated) -
toString
-