Class ConnObjectWrapper
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.status.ConnObjectWrapper
-
- All Implemented Interfaces:
Serializable
public class ConnObjectWrapper extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnObjectWrapper(AnyTO any, String resource, ConnObject connObjectTO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyTO
getAny()
ConnObject
getConnObjectTO()
String
getResource()
-
-
-
Constructor Detail
-
ConnObjectWrapper
public ConnObjectWrapper(AnyTO any, String resource, ConnObject connObjectTO)
-
-
Method Detail
-
getAny
public AnyTO getAny()
-
getResource
public String getResource()
-
getConnObjectTO
public ConnObject getConnObjectTO()
-
-