edu.internet2.middleware.grouper.audit
Class AuditTypeIdentiferImpl

java.lang.Object
  extended by edu.internet2.middleware.grouper.audit.AuditTypeIdentiferImpl
All Implemented Interfaces:
AuditTypeIdentifier

public class AuditTypeIdentiferImpl
extends Object
implements AuditTypeIdentifier


Constructor Summary
AuditTypeIdentiferImpl(String actionName1, String auditCategory1)
           
 
Method Summary
 String getActionName()
          get the action name of the audit type
 String getAuditCategory()
          get the audit category
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditTypeIdentiferImpl

public AuditTypeIdentiferImpl(String actionName1,
                              String auditCategory1)
Parameters:
actionName1 -
auditCategory1 -
Method Detail

getActionName

public String getActionName()
Description copied from interface: AuditTypeIdentifier
get the action name of the audit type

Specified by:
getActionName in interface AuditTypeIdentifier
Returns:
the name
See Also:
AuditTypeIdentifier.getActionName()

getAuditCategory

public String getAuditCategory()
Description copied from interface: AuditTypeIdentifier
get the audit category

Specified by:
getAuditCategory in interface AuditTypeIdentifier
Returns:
the id
See Also:
AuditTypeIdentifier.getAuditCategory()