public class Remediator extends AbstractFixedEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
Remediator.Attribute |
static class |
Remediator.ForeignAttribute |
static class |
Remediator.RemediatorType |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENTITY_TYPE_NAME |
| Constructor and Description |
|---|
Remediator() |
Remediator(java.lang.String entityId,
boolean isChildEntity) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityType() |
java.lang.String |
getPolicyViolationId() |
java.lang.Long |
getProxyRoleKey() |
java.lang.Long |
getProxyUserKey() |
java.lang.String |
getRemediatorRoleDisplayName() |
java.lang.String |
getRemediatorRoleKey() |
java.lang.String |
getRemediatorUserDisplayName() |
java.lang.String |
getRemediatorUserKey() |
java.lang.Boolean |
isActive() |
void |
setIsActive(java.lang.Boolean isActive) |
void |
setPolicyViolationId(java.lang.String policyViolationId) |
void |
setProxyRoleKey(java.lang.Long proxyRoleKey) |
void |
setProxyUserKey(java.lang.Long proxyUserKey) |
void |
setRemediatorRoleKey(java.lang.Long remediatorRoleKey) |
void |
setRemediatorUserKey(java.lang.Long remediatorUserKey) |
getCreate, getCreateById, getDescription, getName, getOwnerId, getUpdate, getUpdateById, isLocked, setDescription, setName, setOwnerIdgetAttribute, getAttributeNames, getAttributes, getEntityId, isChildEntity, setAttribute, toStringpublic static final java.lang.String ENTITY_TYPE_NAME
public Remediator()
public Remediator(java.lang.String entityId,
boolean isChildEntity)
public java.lang.String getEntityType()
getEntityType in class AbstractEntitypublic void setPolicyViolationId(java.lang.String policyViolationId)
public java.lang.String getPolicyViolationId()
public void setRemediatorUserKey(java.lang.Long remediatorUserKey)
public java.lang.String getRemediatorUserKey()
public void setRemediatorRoleKey(java.lang.Long remediatorRoleKey)
public java.lang.String getRemediatorRoleKey()
public void setProxyUserKey(java.lang.Long proxyUserKey)
public java.lang.Long getProxyUserKey()
public void setProxyRoleKey(java.lang.Long proxyRoleKey)
public java.lang.Long getProxyRoleKey()
public void setIsActive(java.lang.Boolean isActive)
public java.lang.Boolean isActive()
public java.lang.String getRemediatorUserDisplayName()
public java.lang.String getRemediatorRoleDisplayName()