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 String
getCreationContext()
OffsetDateTime
getCreationDate()
String
getCreator()
String
getLastChangeContext()
OffsetDateTime
getLastChangeDate()
String
getLastModifier()
Realm
getRealm()
String
getStatus()
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
setRealm(Realm realm)
void
setStatus(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:
getCreator
in interfaceAny<P extends PlainAttr<?>>
-
setCreator
public void setCreator(String creator)
- Specified by:
setCreator
in interfaceAny<P extends PlainAttr<?>>
-
getCreationDate
public OffsetDateTime getCreationDate()
- Specified by:
getCreationDate
in interfaceAny<P extends PlainAttr<?>>
-
setCreationDate
public void setCreationDate(OffsetDateTime creationDate)
- Specified by:
setCreationDate
in interfaceAny<P extends PlainAttr<?>>
-
getCreationContext
public String getCreationContext()
- Specified by:
getCreationContext
in interfaceAny<P extends PlainAttr<?>>
-
setCreationContext
public void setCreationContext(String creationContext)
- Specified by:
setCreationContext
in interfaceAny<P extends PlainAttr<?>>
-
getLastModifier
public String getLastModifier()
- Specified by:
getLastModifier
in interfaceAny<P extends PlainAttr<?>>
-
setLastModifier
public void setLastModifier(String lastModifier)
- Specified by:
setLastModifier
in interfaceAny<P extends PlainAttr<?>>
-
getLastChangeDate
public OffsetDateTime getLastChangeDate()
- Specified by:
getLastChangeDate
in interfaceAny<P extends PlainAttr<?>>
-
setLastChangeDate
public void setLastChangeDate(OffsetDateTime lastChangeDate)
- Specified by:
setLastChangeDate
in interfaceAny<P extends PlainAttr<?>>
-
getLastChangeContext
public String getLastChangeContext()
- Specified by:
getLastChangeContext
in interfaceAny<P extends PlainAttr<?>>
-
setLastChangeContext
public void setLastChangeContext(String lastChangeContext)
- Specified by:
setLastChangeContext
in interfaceAny<P extends PlainAttr<?>>
-
setRealm
public void setRealm(Realm realm)
-
getStatus
public String getStatus()
-
-