Package lumis.portal.audit
Class AuditConfig
- java.lang.Object
-
- lumis.portal.audit.AuditConfig
-
public class AuditConfig extends Object
Represents the audit configuration.- Since:
- 6.0.0
- Version:
- $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
-
-
Constructor Summary
Constructors Constructor Description AuditConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
getId
public String getId()
Returns the audit configuration id.- Returns:
- the audit configuration id.
- Since:
- 6.0.0
-
getCleanInterval
public int getCleanInterval()
Returns the time interval (in days) for audit entries clean up.- Returns:
- the time interval for audit entries clean up.
- Since:
- 6.0.0
-
setCleanInterval
public void setCleanInterval(int cleanInterval)
Changes the value of time interval (in days) for audit entries clean up.- Parameters:
cleanInterval
- the new time interval for audit entries clean up.- Since:
- 6.0.0
-
-