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
@Entity public class JPAAnyAbout extends AbstractGeneratedKeyEntity implements AnyAbout
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE
-
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 JPAAnyAbout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get()
AnyType
getAnyType()
Notification
getNotification()
void
set(String filter)
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 Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNotification
public Notification getNotification()
- Specified by:
getNotification
in interfaceAnyAbout
-
setNotification
public void setNotification(Notification notification)
- Specified by:
setNotification
in interfaceAnyAbout
-
getAnyType
public AnyType getAnyType()
- Specified by:
getAnyType
in interfaceAnyAbout
-
setAnyType
public void setAnyType(AnyType anyType)
- Specified by:
setAnyType
in interfaceAnyAbout
-
-