org.apache.cxf.management.web.logging
Class LogRecords

java.lang.Object
  extended by org.apache.cxf.management.web.logging.LogRecords

public class LogRecords
extends Object

List of LogRecords. Necessary wrapper for List used in JAXB context.


Constructor Summary
LogRecords()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<LogRecord> getLogRecords()
           
 int hashCode()
           
 void setLogRecords(List<LogRecord> logRecords)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogRecords

public LogRecords()
Method Detail

getLogRecords

public List<LogRecord> getLogRecords()

setLogRecords

public void setLogRecords(List<LogRecord> logRecords)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Apache CXF