Class AbstractAnyTemplate
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractAnyTemplate
- All Implemented Interfaces:
Serializable
,AnyTemplate
,Entity
- Direct Known Subclasses:
JPAAnyTemplateLiveSyncTask
,JPAAnyTemplatePullTask
,JPAAnyTemplateRealm
,JPAOIDCC4UIUserTemplate
,JPASAML2SP4UIUserTemplate
@MappedSuperclass
public abstract class AbstractAnyTemplate
extends AbstractGeneratedKeyEntity
implements AnyTemplate
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Constructor Details
-
AbstractAnyTemplate
public AbstractAnyTemplate()
-
-
Method Details
-
getAnyType
- Specified by:
getAnyType
in interfaceAnyTemplate
-
setAnyType
- Specified by:
setAnyType
in interfaceAnyTemplate
-
get
- Specified by:
get
in interfaceAnyTemplate
-
set
- Specified by:
set
in interfaceAnyTemplate
-