Interface Implementation
-
- All Superinterfaces:
Entity
,ProvidedKeyEntity
,Serializable
- All Known Implementing Classes:
JPAImplementation
public interface Implementation extends ProvidedKeyEntity
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBody()
ImplementationEngine
getEngine()
String
getType()
void
setBody(String body)
void
setEngine(ImplementationEngine engine)
void
setType(String type)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
-
-
-
Method Detail
-
getEngine
ImplementationEngine getEngine()
-
setEngine
void setEngine(ImplementationEngine engine)
-
getType
String getType()
-
setType
void setType(String type)
-
getBody
String getBody()
-
setBody
void setBody(String body)
-
-