Class JPAPrivilege
- java.lang.Object
- 
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
- 
- org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
- 
- org.apache.syncope.core.persistence.jpa.entity.JPAPrivilege
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Entity,- Privilege,- ProvidedKeyEntity
 
 @Entity @PrivilegeCheck public class JPAPrivilege extends AbstractProvidedKeyEntity implements Privilege - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringTABLE- 
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntityLOG
 - 
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.EntityEMAIL_PATTERN, ID_PATTERN, ID_REGEX
 
- 
 - 
Constructor SummaryConstructors Constructor Description JPAPrivilege()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationgetApplication()StringgetDescription()StringgetSpec()voidsetApplication(Application application)voidsetDescription(String description)voidsetSpec(String spec)- 
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntitygetKey, setKey
 - 
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntitycheckImplementationType, checkType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntitysetKey
 
- 
 
- 
- 
- 
Field Detail- 
TABLEpublic static final String TABLE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getApplicationpublic Application getApplication() - Specified by:
- getApplicationin interface- Privilege
 
 - 
setApplicationpublic void setApplication(Application application) - Specified by:
- setApplicationin interface- Privilege
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- Privilege
 
 - 
setDescriptionpublic void setDescription(String description) - Specified by:
- setDescriptionin interface- Privilege
 
 
- 
 
-