Class AnyObjectWrapper
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper<AnyObjectTO>
-
- org.apache.syncope.client.console.wizards.any.AnyObjectWrapper
-
- All Implemented Interfaces:
Serializable
public class AnyObjectWrapper extends AnyWrapper<AnyObjectTO>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper
anyTO
-
-
Constructor Summary
Constructors Constructor Description AnyObjectWrapper(AnyObjectTO anyObjectTO)
AnyObjectWrapper(AnyObjectTO previousAnyObjectTO, AnyObjectTO anyObjectTO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyObjectTO
getPreviousAnyObjectTO()
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper
getInnerObject
-
-
-
-
Constructor Detail
-
AnyObjectWrapper
public AnyObjectWrapper(AnyObjectTO anyObjectTO)
-
AnyObjectWrapper
public AnyObjectWrapper(AnyObjectTO previousAnyObjectTO, AnyObjectTO anyObjectTO)
-
-
Method Detail
-
getPreviousAnyObjectTO
public AnyObjectTO getPreviousAnyObjectTO()
-
-