|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.audit.AuditCategory
public class AuditCategory
Represents the Audit category.
Constructor Summary | |
---|---|
AuditCategory()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuditCategory()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |