org.alfresco.repo.domain.audit
Class AuditDAO.AuditApplicationInfo

java.lang.Object
  extended by org.alfresco.repo.domain.audit.AuditDAO.AuditApplicationInfo
Enclosing interface:
AuditDAO

public static class AuditDAO.AuditApplicationInfo
extends java.lang.Object

Information about the audit application to be passed in an out of the interface.

Since:
3.2

Constructor Summary
AuditDAO.AuditApplicationInfo()
           
 
Method Summary
 java.lang.Long getDisabledPathsId()
           
 java.lang.Long getId()
           
 java.lang.Long getModelId()
           
 java.lang.String getName()
           
 void setDisabledPathsId(java.lang.Long disabledPathsId)
           
 void setId(java.lang.Long id)
           
 void setModelId(java.lang.Long modelId)
           
 void setname(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditDAO.AuditApplicationInfo

public AuditDAO.AuditApplicationInfo()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getName

public java.lang.String getName()

setname

public void setname(java.lang.String name)

getModelId

public java.lang.Long getModelId()

setModelId

public void setModelId(java.lang.Long modelId)

getDisabledPathsId

public java.lang.Long getDisabledPathsId()

setDisabledPathsId

public void setDisabledPathsId(java.lang.Long disabledPathsId)


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