Class AbstractAny<P extends PlainAttr<?>>
- 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.AbstractAny<P>
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Any<P>,- Attributable<P>,- Entity
 - Direct Known Subclasses:
- AbstractGroupableRelatable,- JPAGroup
 
 @AnyCheck @MappedSuperclass public abstract class AbstractAny<P extends PlainAttr<?>> extends AbstractGeneratedKeyEntity implements Any<P> - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
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 AbstractAny()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreationContext()OffsetDateTimegetCreationDate()StringgetCreator()StringgetLastChangeContext()OffsetDateTimegetLastChangeDate()StringgetLastModifier()RealmgetRealm()StringgetStatus()voidsetCreationContext(String creationContext)voidsetCreationDate(OffsetDateTime creationDate)voidsetCreator(String creator)voidsetLastChangeContext(String lastChangeContext)voidsetLastChangeDate(OffsetDateTime lastChangeDate)voidsetLastModifier(String lastModifier)voidsetRealm(Realm realm)voidsetStatus(String status)- 
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.Anyadd, add, getAuxClasses, getResources, getType, setType
 - 
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Attributableadd, getPlainAttr, getPlainAttrs, remove
 
- 
 
- 
- 
- 
Method Detail- 
getCreatorpublic String getCreator() - Specified by:
- getCreatorin interface- Any<P extends PlainAttr<?>>
 
 - 
setCreatorpublic void setCreator(String creator) - Specified by:
- setCreatorin interface- Any<P extends PlainAttr<?>>
 
 - 
getCreationDatepublic OffsetDateTime getCreationDate() - Specified by:
- getCreationDatein interface- Any<P extends PlainAttr<?>>
 
 - 
setCreationDatepublic void setCreationDate(OffsetDateTime creationDate) - Specified by:
- setCreationDatein interface- Any<P extends PlainAttr<?>>
 
 - 
getCreationContextpublic String getCreationContext() - Specified by:
- getCreationContextin interface- Any<P extends PlainAttr<?>>
 
 - 
setCreationContextpublic void setCreationContext(String creationContext) - Specified by:
- setCreationContextin interface- Any<P extends PlainAttr<?>>
 
 - 
getLastModifierpublic String getLastModifier() - Specified by:
- getLastModifierin interface- Any<P extends PlainAttr<?>>
 
 - 
setLastModifierpublic void setLastModifier(String lastModifier) - Specified by:
- setLastModifierin interface- Any<P extends PlainAttr<?>>
 
 - 
getLastChangeDatepublic OffsetDateTime getLastChangeDate() - Specified by:
- getLastChangeDatein interface- Any<P extends PlainAttr<?>>
 
 - 
setLastChangeDatepublic void setLastChangeDate(OffsetDateTime lastChangeDate) - Specified by:
- setLastChangeDatein interface- Any<P extends PlainAttr<?>>
 
 - 
getLastChangeContextpublic String getLastChangeContext() - Specified by:
- getLastChangeContextin interface- Any<P extends PlainAttr<?>>
 
 - 
setLastChangeContextpublic void setLastChangeContext(String lastChangeContext) - Specified by:
- setLastChangeContextin interface- Any<P extends PlainAttr<?>>
 
 - 
setRealmpublic void setRealm(Realm realm) 
 - 
getStatuspublic String getStatus() 
 
- 
 
-