Class JPAAnyAbout
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.JPAAnyAbout
- All Implemented Interfaces:
Serializable
,AnyAbout
,Entity
- 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
Modifier and TypeMethodDescriptionget()
void
void
setAnyType
(AnyType anyType) void
setNotification
(Notification notification) 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
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPAAnyAbout
public JPAAnyAbout()
-
-
Method Details
-
getNotification
- Specified by:
getNotification
in interfaceAnyAbout
-
setNotification
- Specified by:
setNotification
in interfaceAnyAbout
-
getAnyType
- Specified by:
getAnyType
in interfaceAnyAbout
-
setAnyType
- Specified by:
setAnyType
in interfaceAnyAbout
-
get
-
set
-