Class 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 Detail

      • AuditApplicationInfo

        public AuditApplicationInfo()
    • Method Detail

      • 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)