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 boolean
equals(Object obj)
List<FormProperty>
getProperties()
Optional<FormProperty>
getProperty(String id)
int
hashCode()
-
-
-
Method Detail
-
getProperty
public Optional<FormProperty> getProperty(String id)
-
getProperties
public List<FormProperty> getProperties()
-
-