lumis.portal.audit
Class AuditConfig

Package class diagram package AuditConfig
java.lang.Object
  extended by lumis.portal.audit.AuditConfig

public class AuditConfig
extends java.lang.Object

Represents the audit configuration.

Since:
6.0.0

Constructor Summary
AuditConfig()
           
 
Method Summary
 int getCleanInterval()
          Returns the time interval (in days) for audit entries clean up.
 java.lang.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

AuditConfig

public AuditConfig()
Method Detail

getId

public java.lang.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


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.