Class AuditDAO.AuditApplicationInfo

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

public static class AuditDAO.AuditApplicationInfo extends Object
Information about the audit application to be passed in an out of the interface.
Since:
3.2
Author:
Derek Hulley
  • Constructor Details

    • AuditApplicationInfo

      public AuditApplicationInfo()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getName

      public String getName()
    • setname

      public void setname(String name)
    • getModelId

      public Long getModelId()
    • setModelId

      public void setModelId(Long modelId)
    • getDisabledPathsId

      public Long getDisabledPathsId()
    • setDisabledPathsId

      public void setDisabledPathsId(Long disabledPathsId)