public class PrivilegeMappingEntityImpl extends AbstractIdmEngineEntity implements PrivilegeMappingEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId |
protected String |
privilegeId |
protected String |
userId |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
PrivilegeMappingEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId() |
Object |
getPersistentState() |
String |
getPrivilegeId() |
String |
getUserId() |
void |
setGroupId(String groupId) |
void |
setPrivilegeId(String privilegeId) |
void |
setUserId(String userId) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String privilegeId
protected String userId
protected String groupId
public Object getPersistentState()
getPersistentState in interface Entitypublic String getPrivilegeId()
getPrivilegeId in interface PrivilegeMappingpublic void setPrivilegeId(String privilegeId)
setPrivilegeId in interface PrivilegeMappingEntitypublic String getUserId()
getUserId in interface PrivilegeMappingpublic void setUserId(String userId)
setUserId in interface PrivilegeMappingEntitypublic String getGroupId()
getGroupId in interface PrivilegeMappingpublic void setGroupId(String groupId)
setGroupId in interface PrivilegeMappingEntity