Class AbstractAny
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractAttributable
org.apache.syncope.core.persistence.neo4j.entity.AbstractAny
- All Implemented Interfaces:
Serializable,Any,Attributable,Entity
- Direct Known Subclasses:
AbstractRelatable
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
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.neo4j.entity.AbstractAttributable
add, completePlainAttrs, doComplete, getPlainAttr, getPlainAttrs, plainAttrs, removeMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
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
-