|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.audit.AuditConfig
public class AuditConfig
Represents the audit configuration.
Constructor Summary | |
---|---|
AuditConfig()
|
Method Summary | |
---|---|
int |
getCleanInterval()
Returns the time interval (in days) for audit entries clean up. |
String |
getId()
Returns the audit configuration id. |
void |
setCleanInterval(int cleanInterval)
Changes the value of time interval (in days) for audit entries clean up. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuditConfig()
Method Detail |
---|
public String getId()
public int getCleanInterval()
public void setCleanInterval(int cleanInterval)
cleanInterval
- the new time interval for audit entries clean up.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |