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, 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:
  • Field Details

    • privilegeId

      protected String privilegeId
    • userId

      protected String userId
    • groupId

      protected String groupId
  • Constructor Details

    • PrivilegeMappingEntityImpl

      public PrivilegeMappingEntityImpl()
  • Method Details

    • getPersistentState

      public Object getPersistentState()
      Specified by:
      getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity
    • getPrivilegeId

      public String getPrivilegeId()
      Specified by:
      getPrivilegeId in interface org.flowable.idm.api.PrivilegeMapping
    • setPrivilegeId

      public void setPrivilegeId(String privilegeId)
      Specified by:
      setPrivilegeId in interface PrivilegeMappingEntity
    • getUserId

      public String getUserId()
      Specified by:
      getUserId in interface org.flowable.idm.api.PrivilegeMapping
    • setUserId

      public void setUserId(String userId)
      Specified by:
      setUserId in interface PrivilegeMappingEntity
    • getGroupId

      public String getGroupId()
      Specified by:
      getGroupId in interface org.flowable.idm.api.PrivilegeMapping
    • setGroupId

      public void setGroupId(String groupId)
      Specified by:
      setGroupId in interface PrivilegeMappingEntity