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.AbstractAttributable<P>
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 AbstractAttributable<P>
implements Any<P>
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRealm()
void
setCreationContext
(String creationContext) void
setCreationDate
(OffsetDateTime creationDate) void
setCreator
(String creator) void
setLastChangeContext
(String lastChangeContext) void
setLastChangeDate
(OffsetDateTime lastChangeDate) void
setLastModifier
(String lastModifier) void
void
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractAttributable
getPlainAttrsJSON, getPlainAttrsList, setPlainAttrsJSON
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Any
add, add, getAuxClasses, getResources, getType, setType
Methods 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:
getCreator
in interfaceAny<P extends PlainAttr<?>>
-
setCreator
- Specified by:
setCreator
in interfaceAny<P extends PlainAttr<?>>
-
getCreationDate
- Specified by:
getCreationDate
in interfaceAny<P extends PlainAttr<?>>
-
setCreationDate
- Specified by:
setCreationDate
in interfaceAny<P extends PlainAttr<?>>
-
getCreationContext
- Specified by:
getCreationContext
in interfaceAny<P extends PlainAttr<?>>
-
setCreationContext
- Specified by:
setCreationContext
in interfaceAny<P extends PlainAttr<?>>
-
getLastModifier
- Specified by:
getLastModifier
in interfaceAny<P extends PlainAttr<?>>
-
setLastModifier
- Specified by:
setLastModifier
in interfaceAny<P extends PlainAttr<?>>
-
getLastChangeDate
- Specified by:
getLastChangeDate
in interfaceAny<P extends PlainAttr<?>>
-
setLastChangeDate
- Specified by:
setLastChangeDate
in interfaceAny<P extends PlainAttr<?>>
-
getLastChangeContext
- Specified by:
getLastChangeContext
in interfaceAny<P extends PlainAttr<?>>
-
setLastChangeContext
- Specified by:
setLastChangeContext
in interfaceAny<P extends PlainAttr<?>>
-
getRealm
-
setRealm
-
getStatus
-
setStatus
-