org.apache.continuum.web.util
Class AuditLog

java.lang.Object
  extended by org.apache.continuum.web.util.AuditLog

public class AuditLog
extends Object

Since:
17 apr 09
Version:
$Id: AuditLog.java
Author:
Jevica Arianne B. Zurbano

Constructor Summary
AuditLog(String action)
           
AuditLog(String resource, String action)
           
 
Method Summary
 String getAction()
           
 String getCategory()
           
 String getCurrentUser()
           
 String getResource()
           
 void log()
           
 void setAction(String action)
           
 void setCategory(String category)
           
 void setCurrentUser(String currentUser)
           
 void setResource(String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditLog

public AuditLog(String action)

AuditLog

public AuditLog(String resource,
                String action)
Method Detail

setCurrentUser

public void setCurrentUser(String currentUser)

getCurrentUser

public String getCurrentUser()

setResource

public void setResource(String resource)

getResource

public String getResource()

setCategory

public void setCategory(String category)

getCategory

public String getCategory()

setAction

public void setAction(String action)

getAction

public String getAction()

log

public void log()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.