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 boolean
equals(Object obj)
String
getBody()
ImplementationEngine
getEngine()
String
getKey()
String
getType()
int
hashCode()
void
setBody(String body)
void
setEngine(ImplementationEngine engine)
void
setKey(String key)
void
setType(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)
-
-