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.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description AbstractAny()
-
Method Summary
All 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.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
-
-
-
-
Method Detail
-
getCreator
public String getCreator()
- Specified by:
getCreatorin interfaceAny<P extends PlainAttr<?>>
-
setCreator
public void setCreator(String creator)
- Specified by:
setCreatorin interfaceAny<P extends PlainAttr<?>>
-
getCreationDate
public OffsetDateTime getCreationDate()
- Specified by:
getCreationDatein interfaceAny<P extends PlainAttr<?>>
-
setCreationDate
public void setCreationDate(OffsetDateTime creationDate)
- Specified by:
setCreationDatein interfaceAny<P extends PlainAttr<?>>
-
getCreationContext
public String getCreationContext()
- Specified by:
getCreationContextin interfaceAny<P extends PlainAttr<?>>
-
setCreationContext
public void setCreationContext(String creationContext)
- Specified by:
setCreationContextin interfaceAny<P extends PlainAttr<?>>
-
getLastModifier
public String getLastModifier()
- Specified by:
getLastModifierin interfaceAny<P extends PlainAttr<?>>
-
setLastModifier
public void setLastModifier(String lastModifier)
- Specified by:
setLastModifierin interfaceAny<P extends PlainAttr<?>>
-
getLastChangeDate
public OffsetDateTime getLastChangeDate()
- Specified by:
getLastChangeDatein interfaceAny<P extends PlainAttr<?>>
-
setLastChangeDate
public void setLastChangeDate(OffsetDateTime lastChangeDate)
- Specified by:
setLastChangeDatein interfaceAny<P extends PlainAttr<?>>
-
getLastChangeContext
public String getLastChangeContext()
- Specified by:
getLastChangeContextin interfaceAny<P extends PlainAttr<?>>
-
setLastChangeContext
public void setLastChangeContext(String lastChangeContext)
- Specified by:
setLastChangeContextin interfaceAny<P extends PlainAttr<?>>
-
setRealm
public void setRealm(Realm realm)
-
getStatus
public String getStatus()
-
-