no.ntnu.vegare.visualizer.client.main.details
Class LogReport
java.lang.Object
no.ntnu.vegare.visualizer.client.main.details.LogReport
public class LogReport
- extends java.lang.Object
A model for the detail panel. Contains a log entry and relevant
additional data. In the prototype, it only holds an entry.
Currently only holding a report, but in the future it should also
include information from third parties, or additional data extracted
from the database.
Is static, once generated it should not add any overhead when displayed
or refreshed in the report view.
- Author:
- vegare
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LogReport
public LogReport(AbstractLogDatabase db,
LogEntry entry)
reload
public void reload()
getEntry
public LogEntry getEntry()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object