Package org.apache.syncope.common.lib.to
Class ImplementationTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.ImplementationTO
-
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO
public class ImplementationTO extends Object implements EntityTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImplementationTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetBody()ImplementationEnginegetEngine()StringgetKey()StringgetType()inthashCode()voidsetBody(String body)voidsetEngine(ImplementationEngine engine)voidsetKey(String key)voidsetType(String type)
-
-
-
Method Detail
-
getEngine
public ImplementationEngine getEngine()
-
setEngine
public void setEngine(ImplementationEngine engine)
-
getType
public String getType()
-
setType
@PathParam("type") public void setType(String type)
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
-