Class AbstractAny
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.AbstractAttributable
org.apache.syncope.core.persistence.jpa.entity.AbstractAny
- All Implemented Interfaces:
Serializable,Any,Attributable,Entity
- Direct Known Subclasses:
AbstractRelatable
@AnyCheck
@MappedSuperclass
public abstract class AbstractAny
extends AbstractAttributable
implements Any
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRealm()voidsetCreationContext(String creationContext) voidsetCreationDate(OffsetDateTime creationDate) voidsetCreator(String creator) voidsetLastChangeContext(String lastChangeContext) voidsetLastChangeDate(OffsetDateTime lastChangeDate) voidsetLastModifier(String lastModifier) voidvoidMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractAttributable
getPlainAttrsJSON, getPlainAttrsList, list2json, setPlainAttrsJSONMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.Any
add, add, getAuxClasses, getResources, getType, setTypeMethods inherited from interface org.apache.syncope.core.persistence.api.entity.Attributable
add, getPlainAttr, getPlainAttrs, remove
-
Constructor Details
-
AbstractAny
public AbstractAny()
-
-
Method Details
-
getCreator
- Specified by:
getCreatorin interfaceAny
-
setCreator
- Specified by:
setCreatorin interfaceAny
-
getCreationDate
- Specified by:
getCreationDatein interfaceAny
-
setCreationDate
- Specified by:
setCreationDatein interfaceAny
-
getCreationContext
- Specified by:
getCreationContextin interfaceAny
-
setCreationContext
- Specified by:
setCreationContextin interfaceAny
-
getLastModifier
- Specified by:
getLastModifierin interfaceAny
-
setLastModifier
- Specified by:
setLastModifierin interfaceAny
-
getLastChangeDate
- Specified by:
getLastChangeDatein interfaceAny
-
setLastChangeDate
- Specified by:
setLastChangeDatein interfaceAny
-
getLastChangeContext
- Specified by:
getLastChangeContextin interfaceAny
-
setLastChangeContext
- Specified by:
setLastChangeContextin interfaceAny
-
getRealm
-
setRealm
-
getStatus
-
setStatus
-