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:
JPAAnyTemplatePullTask
,JPAAnyTemplateRealm
,JPAOIDCC4UIUserTemplate
,JPASAML2SP4UIUserTemplate
@MappedSuperclass public abstract class AbstractAnyTemplate extends AbstractGeneratedKeyEntity implements AnyTemplate
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description AbstractAnyTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyTO
get()
AnyType
getAnyType()
void
set(AnyTO template)
void
setAnyType(AnyType anyType)
-
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
-
-
-
-
Method Detail
-
getAnyType
public AnyType getAnyType()
- Specified by:
getAnyType
in interfaceAnyTemplate
-
setAnyType
public void setAnyType(AnyType anyType)
- Specified by:
setAnyType
in interfaceAnyTemplate
-
get
public AnyTO get()
- Specified by:
get
in interfaceAnyTemplate
-
set
public void set(AnyTO template)
- Specified by:
set
in interfaceAnyTemplate
-
-