Class LogViewer.LogLine

java.lang.Object
org.eclnt.jsfserver.defaultscreens.LogViewer.LogLine
All Implemented Interfaces:
Serializable
Enclosing class:
LogViewer

public class LogViewer.LogLine extends Object implements Serializable
See Also:
  • Field Details

    • m_threadInfo

      protected String m_threadInfo
    • m_text

      protected String m_text
    • m_timestamp

      protected String m_timestamp
    • m_category

      protected String m_category
  • Constructor Details

    • LogLine

      public LogLine()
  • Method Details

    • getThreadInfo

      public String getThreadInfo()
    • setThreadInfo

      public void setThreadInfo(String value)
    • getText

      public String getText()
    • setText

      public void setText(String value)
    • getTimestamp

      public String getTimestamp()
    • setTimestamp

      public void setTimestamp(String value)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String value)
    • getCategoryColor

      public String getCategoryColor()
    • getTextColor

      public String getTextColor()