TPTP 4.5.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.monitoring.instrumentation.ui.preferences.core
Class CbeLoggingTableItem

java.lang.Object
  extended by 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


Constructor Summary
CbeLoggingTableItem()
           
 
Method Summary
 java.lang.String getInstrumentType()
           
 java.lang.String getLogLevel()
           
 void setInstrumentType(java.lang.String instrumentType)
           
 void setLogLevel(java.lang.String logLevel)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CbeLoggingTableItem

public CbeLoggingTableItem()
Method Detail

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

TPTP 4.5.0 Monitoring Tools Project
Public API Specification