public class AuditCategory extends Object
Constructor and Description |
---|
AuditCategory() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the category description.
|
String |
getId()
Returns the category id.
|
String |
getKey()
Returns the category key.
|
String |
getName()
Returns the category name.
|
boolean |
isEnabled()
Returns true if the category is enabled, false otherwise.
|
void |
setDescription(String description)
Sets the category description.
|
void |
setEnabled(boolean enabled)
Changes the enabled category flag.
|
void |
setKey(String key)
Sets the category key.
|
void |
setName(String name)
Sets the category name.
|
public String getId()
public String getKey()
public void setKey(String key)
key
- the category key.public String getName()
public void setName(String name)
name
- the category name.public String getDescription()
public void setDescription(String description)
description
- the category description.public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- true for enabling category, false for disabling.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.