org.alfresco.repo.audit.hibernate
Class AuditSourceImpl

java.lang.Object
  extended by org.alfresco.repo.audit.hibernate.AuditSourceImpl
All Implemented Interfaces:
AuditSource

public class AuditSourceImpl
extends java.lang.Object
implements AuditSource


Constructor Summary
AuditSourceImpl()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getApplication()
           
 java.lang.Long getId()
           
 java.lang.String getMethod()
           
 java.lang.String getService()
           
 int hashCode()
           
 void setApplication(java.lang.String application)
           
protected  void setId(java.lang.Long id)
           
 void setMethod(java.lang.String method)
           
 void setService(java.lang.String service)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditSourceImpl

public AuditSourceImpl()
Method Detail

getApplication

public java.lang.String getApplication()
Specified by:
getApplication in interface AuditSource

setApplication

public void setApplication(java.lang.String application)
Specified by:
setApplication in interface AuditSource

getId

public java.lang.Long getId()
Specified by:
getId in interface AuditSource

setId

protected void setId(java.lang.Long id)

getMethod

public java.lang.String getMethod()
Specified by:
getMethod in interface AuditSource

setMethod

public void setMethod(java.lang.String method)
Specified by:
setMethod in interface AuditSource

getService

public java.lang.String getService()
Specified by:
getService in interface AuditSource

setService

public void setService(java.lang.String service)
Specified by:
setService in interface AuditSource

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.