Class AuditConfig


  • public class AuditConfig
    extends java.lang.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.
      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