Class GroupEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
org.flowable.idm.engine.impl.persistence.entity.GroupEntityImpl
- All Implemented Interfaces:
Serializable, HasRevision, Entity, Group, GroupEntity
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractIdmEngineEntity
getIdPrefixMethods inherited from class AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
name
-
type
-
-
Constructor Details
-
GroupEntityImpl
public GroupEntityImpl()
-
-
Method Details
-
getPersistentState
Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity
-
getName
- Specified by:
getNamein interfaceGroup- Specified by:
getNamein interfaceGroupEntity
-
setName
- Specified by:
setNamein interfaceGroup- Specified by:
setNamein interfaceGroupEntity
-
getType
- Specified by:
getTypein interfaceGroup- Specified by:
getTypein interfaceGroupEntity
-
setType
- Specified by:
setTypein interfaceGroup- Specified by:
setTypein interfaceGroupEntity
-