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
,java.io.Serializable
,org.flowable.common.engine.impl.db.HasRevision
,org.flowable.common.engine.impl.persistence.entity.Entity
,org.flowable.idm.api.PrivilegeMapping
public class PrivilegeMappingEntityImpl extends AbstractIdmEngineEntity implements PrivilegeMappingEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
groupId
protected java.lang.String
privilegeId
protected java.lang.String
userId
-
Constructor Summary
Constructors Constructor Description PrivilegeMappingEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGroupId()
java.lang.Object
getPersistentState()
java.lang.String
getPrivilegeId()
java.lang.String
getUserId()
void
setGroupId(java.lang.String groupId)
void
setPrivilegeId(java.lang.String privilegeId)
void
setUserId(java.lang.String userId)
-
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
-
-
-
-
Method Detail
-
getPersistentState
public java.lang.Object getPersistentState()
- Specified by:
getPersistentState
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getPrivilegeId
public java.lang.String getPrivilegeId()
- Specified by:
getPrivilegeId
in interfaceorg.flowable.idm.api.PrivilegeMapping
-
setPrivilegeId
public void setPrivilegeId(java.lang.String privilegeId)
- Specified by:
setPrivilegeId
in interfacePrivilegeMappingEntity
-
getUserId
public java.lang.String getUserId()
- Specified by:
getUserId
in interfaceorg.flowable.idm.api.PrivilegeMapping
-
setUserId
public void setUserId(java.lang.String userId)
- Specified by:
setUserId
in interfacePrivilegeMappingEntity
-
getGroupId
public java.lang.String getGroupId()
- Specified by:
getGroupId
in interfaceorg.flowable.idm.api.PrivilegeMapping
-
setGroupId
public void setGroupId(java.lang.String groupId)
- Specified by:
setGroupId
in interfacePrivilegeMappingEntity
-
-