org.apache.archiva.web.model
Class JavascriptLog

java.lang.Object
  extended by org.apache.archiva.web.model.JavascriptLog
All Implemented Interfaces:
Serializable

public class JavascriptLog
extends Object
implements Serializable

Since:
1.4-M4
Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
JavascriptLog()
           
 
Method Summary
 String getLoggerName()
           
 String getMessage()
           
 void setLoggerName(String loggerName)
           
 void setMessage(String message)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavascriptLog

public JavascriptLog()
Method Detail

getLoggerName

public String getLoggerName()

setLoggerName

public void setLoggerName(String loggerName)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.