Class SyncopeForm
- java.lang.Object
-
- org.apache.syncope.common.lib.form.SyncopeForm
-
- All Implemented Interfaces:
Serializable,BaseBean
- Direct Known Subclasses:
UserRequestForm
public class SyncopeForm extends Object implements BaseBean
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncopeForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<FormProperty>getProperties()Optional<FormProperty>getProperty(String id)inthashCode()
-
-
-
Method Detail
-
getProperty
public Optional<FormProperty> getProperty(String id)
-
getProperties
public List<FormProperty> getProperties()
-
-