Class PrivilegeMappingEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
com.flowable.idm.engine.impl.persistence.entity.PrivilegeMappingEntityImpl
- All Implemented Interfaces:
PrivilegeMappingEntity
,Serializable
,HasRevision
,Entity
,PrivilegeMapping
public class PrivilegeMappingEntityImpl
extends AbstractIdmEngineEntity
implements PrivilegeMappingEntity
- See Also:
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setGroupId
(String groupId) void
setPrivilegeId
(String privilegeId) void
Methods inherited from class com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
privilegeId
-
userId
-
groupId
-
-
Constructor Details
-
PrivilegeMappingEntityImpl
public PrivilegeMappingEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
getPrivilegeId
- Specified by:
getPrivilegeId
in interfacePrivilegeMapping
-
setPrivilegeId
- Specified by:
setPrivilegeId
in interfacePrivilegeMappingEntity
-
getUserId
- Specified by:
getUserId
in interfacePrivilegeMapping
-
setUserId
- Specified by:
setUserId
in interfacePrivilegeMappingEntity
-
getGroupId
- Specified by:
getGroupId
in interfacePrivilegeMapping
-
setGroupId
- Specified by:
setGroupId
in interfacePrivilegeMappingEntity
-