Interface PrivilegeMappingEntity

All Superinterfaces:
Entity, PrivilegeMapping, Serializable
All Known Implementing Classes:
PrivilegeMappingEntityImpl

public interface PrivilegeMappingEntity extends Entity, PrivilegeMapping
  • Method Details

    • setPrivilegeId

      void setPrivilegeId(String privilegeId)
    • setUserId

      void setUserId(String userId)
    • setGroupId

      void setGroupId(String groupId)