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.StringgroupIdprotected java.lang.StringprivilegeIdprotected java.lang.StringuserId -
Constructor Summary
Constructors Constructor Description PrivilegeMappingEntityImpl() -
Method Summary
Modifier and Type Method Description java.lang.StringgetGroupId()java.lang.ObjectgetPersistentState()java.lang.StringgetPrivilegeId()java.lang.StringgetUserId()voidsetGroupId(java.lang.String groupId)voidsetPrivilegeId(java.lang.String privilegeId)voidsetUserId(java.lang.String userId)Methods inherited from class com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
-
Field Details
-
privilegeId
protected java.lang.String privilegeId -
userId
protected java.lang.String userId -
groupId
protected java.lang.String groupId
-
-
Constructor Details
-
PrivilegeMappingEntityImpl
public PrivilegeMappingEntityImpl()
-
-
Method Details
-
getPersistentState
public java.lang.Object getPersistentState()- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getPrivilegeId
public java.lang.String getPrivilegeId()- Specified by:
getPrivilegeIdin interfaceorg.flowable.idm.api.PrivilegeMapping
-
setPrivilegeId
public void setPrivilegeId(java.lang.String privilegeId)- Specified by:
setPrivilegeIdin interfacePrivilegeMappingEntity
-
getUserId
public java.lang.String getUserId()- Specified by:
getUserIdin interfaceorg.flowable.idm.api.PrivilegeMapping
-
setUserId
public void setUserId(java.lang.String userId)- Specified by:
setUserIdin interfacePrivilegeMappingEntity
-
getGroupId
public java.lang.String getGroupId()- Specified by:
getGroupIdin interfaceorg.flowable.idm.api.PrivilegeMapping
-
setGroupId
public void setGroupId(java.lang.String groupId)- Specified by:
setGroupIdin interfacePrivilegeMappingEntity
-