org.alfresco.repo.audit.hibernate
Class AuditConfigImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AuditConfigImpl
public AuditConfigImpl()
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.