org.eclipse.tptp.monitoring.instrumentation.ui.preferences.core
Class CbeLoggingTableItem
java.lang.Object
org.eclipse.tptp.monitoring.instrumentation.ui.preferences.core.CbeLoggingTableItem
public class CbeLoggingTableItem
- extends java.lang.Object
Class used as a trivial case of a table item A table item has the following
properties: instrumentType, LogLevel
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CbeLoggingTableItem
public CbeLoggingTableItem()
getInstrumentType
public java.lang.String getInstrumentType()
- Returns:
- the instrumentType
setInstrumentType
public void setInstrumentType(java.lang.String instrumentType)
- Parameters:
instrumentType - the instrumentType to set
getLogLevel
public java.lang.String getLogLevel()
- Returns:
- the logLevel
setLogLevel
public void setLogLevel(java.lang.String logLevel)
- Parameters:
logLevel - the logLevel to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object