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 StringgetBody()ImplementationEnginegetEngine()StringgetType()voidsetBody(String body)voidsetEngine(ImplementationEngine engine)voidsetType(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)
-
-