org.alfresco.repo.audit.hibernate
Class AuditConfigImpl

java.lang.Object
  extended by org.alfresco.repo.audit.hibernate.AuditConfigImpl
All Implemented Interfaces:
AuditConfig, org.springframework.beans.factory.InitializingBean

public class AuditConfigImpl
extends java.lang.Object
implements AuditConfig, org.springframework.beans.factory.InitializingBean


Constructor Summary
AuditConfigImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getConfigURL()
          Get the content URL for a copy of the configuration file.
 java.lang.Long getId()
          Get the surrogate key for the configuration entry.
 int hashCode()
           
 void setConfigURL(java.lang.String configURL)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditConfigImpl

public AuditConfigImpl()
Method Detail

getConfigURL

public java.lang.String getConfigURL()
Description copied from interface: AuditConfig
Get the content URL for a copy of the configuration file.

Specified by:
getConfigURL in interface AuditConfig
Returns:

setConfigURL

public void setConfigURL(java.lang.String configURL)

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

getId

public java.lang.Long getId()
Description copied from interface: AuditConfig
Get the surrogate key for the configuration entry. The creation is managed by hibernate.

Specified by:
getId in interface AuditConfig
Returns:

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.