Class JPAAnyTemplateRealm
- 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
- 
- org.apache.syncope.core.persistence.jpa.entity.JPAAnyTemplateRealm
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- AnyTemplate,- AnyTemplateRealm,- Entity
 
 @Entity public class JPAAnyTemplateRealm extends AbstractAnyTemplate implements AnyTemplateRealm - 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 JPAAnyTemplateRealm()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RealmgetRealm()voidsetRealm(Realm realm)- 
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractAnyTemplateget, getAnyType, set, setAnyType
 - 
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntitygetKey, 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.AnyTemplateget, getAnyType, set, setAnyType
 
- 
 
- 
- 
- 
Field Detail- 
TABLEpublic static final String TABLE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getRealmpublic Realm getRealm() - Specified by:
- getRealmin interface- AnyTemplateRealm
 
 - 
setRealmpublic void setRealm(Realm realm) - Specified by:
- setRealmin interface- AnyTemplateRealm
 
 
- 
 
-