Package com.saperion.settings
Class FormWrapper
- java.lang.Object
-
- com.saperion.settings.FormWrapper
-
- All Implemented Interfaces:
SaSystemSettingType
,java.io.Serializable
public class FormWrapper extends java.lang.Object implements SaSystemSettingType, java.io.Serializable
Form wrapper class holding the jaxb generatedForm
.- Author:
- mak
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.saperion.intf.SaSystemSettingType
SaSystemSettingType.TYPE
-
-
Constructor Summary
Constructors Constructor Description FormWrapper(Form form)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Form
getForm()
Gets theForm
.
-