COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.sample.components.sink.cbe.wrapper
Class CommonBaseEventWrapper

java.lang.Object
  extended by org.eclipse.tptp.logging.events.cbe.impl.CommonBaseEventImpl
      extended by org.eclipse.cosmos.dc.sample.components.sink.cbe.wrapper.CommonBaseEventWrapper
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.eclipse.hyades.logging.core.ICommonBaseEvent, org.eclipse.hyades.logging.core.IExternalizableToXml, org.eclipse.hyades.logging.core.IInternalizableFromXml, org.eclipse.hyades.logging.core.ISerializableAsXml, org.eclipse.tptp.logging.events.cbe.CommonBaseEvent

public class CommonBaseEventWrapper
extends org.eclipse.tptp.logging.events.cbe.impl.CommonBaseEventImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.tptp.logging.events.cbe.impl.CommonBaseEventImpl
any, associatedEvents, contextDataElements, creationTime, creationTimeESet, elapsedTime, elapsedTimeESet, extendedDataElements, extensionName, globalInstanceId, localInstanceId, msg, msgDataElement, priority, priorityESet, repeatCount, repeatCountESet, reporterComponentId, sequenceNumber, sequenceNumberESet, severity, severityESet, situation, sourceComponentId, version
 
Fields inherited from interface org.eclipse.tptp.logging.events.cbe.CommonBaseEvent
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM, SEVERITY_CRITICAL, SEVERITY_FATAL, SEVERITY_HARMLESS, SEVERITY_INFORMATION, SEVERITY_MINOR, SEVERITY_UNKNOWN, SEVERITY_WARNING
 
Constructor Summary
CommonBaseEventWrapper()
           
CommonBaseEventWrapper(org.eclipse.tptp.logging.events.cbe.CommonBaseEvent cbe)
           
 
Method Summary
 double getCreationTimeDouble()
           
 java.lang.String getDatasetName()
           
 int getId()
           
 int getSourceComponentFk()
           
 void setCreationTimeDouble(java.lang.String creationTime)
           
 void setDatasetName(java.lang.String datasetName)
           
 void setId(int id)
           
 void setSourceComponentFk(int sourceComponentFk)
           
 
Methods inherited from class org.eclipse.tptp.logging.events.cbe.impl.CommonBaseEventImpl
addAny, addAssociatedEvent, addAssociatedEvent, addContextDataElement, addContextDataElementWithId, addContextDataElementWithValue, addExtendedDataElement, addExtendedDataElement, addExtendedDataElement, addExtendedDataElement, addExtendedDataElement, addExtendedDataElement, addExtendedDataElementWithBooleanArrayValue, addExtendedDataElementWithBooleanValue, addExtendedDataElementWithByteArrayValue, addExtendedDataElementWithByteValue, addExtendedDataElementWithDateArrayValue, addExtendedDataElementWithDateAsLongValue, addExtendedDataElementWithDatesAsLongValue, addExtendedDataElementWithDateValue, addExtendedDataElementWithDoubleArrayValue, addExtendedDataElementWithDoubleValue, addExtendedDataElementWithFloatArrayValue, addExtendedDataElementWithFloatValue, addExtendedDataElementWithHexValue, addExtendedDataElementWithHexValue, addExtendedDataElementWithIntArrayValue, addExtendedDataElementWithIntValue, addExtendedDataElementWithLongArrayValue, addExtendedDataElementWithLongValue, addExtendedDataElementWithNoValue, addExtendedDataElementWithShortArrayValue, addExtendedDataElementWithShortValue, clearAny, clearAssociatedEvents, clearContextDataElements, clearExtendedDataElements, clone, complete, equals, externalizeCanonicalXmlDocString, externalizeCanonicalXmlString, getAny, getAssociatedEvents, getContentHandler, getContextDataElements, getContextDataElements, getCreationTime, getCreationTimeAsLong, getElapsedTime, getExtendedDataElements, getExtendedDataElements, getExtensionName, getGlobalInstanceId, getLocalInstanceId, getMsg, getMsgDataElement, getPriority, getRepeatCount, getReporterComponentId, getSequenceNumber, getSeverity, getSituation, getSourceComponentId, getVersion, init, internalizeCanonicalXmlDocString, internalizeCanonicalXmlString, isComplete, isSetCreationTime, isSetElapsedTime, isSetPriority, isSetRepeatCount, isSetSequenceNumber, isSetSeverity, removeContextDataElements, removeExtendedDataElements, setContentHandler, setCreationTime, setCreationTimeAsLong, setElapsedTime, setExtensionName, setGlobalInstanceId, setLocalInstanceId, setMsg, setMsgDataElement, setMsgDataElement, setMsgDataElement, setPriority, setRepeatCount, setReporterComponentId, setReporterComponentId, setReporterComponentId, setSequenceNumber, setSeverity, setSituation, setSourceComponentId, setSourceComponentId, setSourceComponentId, setVersion, toString, unsetCreationTime, unsetElapsedTime, unsetPriority, unsetRepeatCount, unsetSequenceNumber, unsetSeverity, validate
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommonBaseEventWrapper

public CommonBaseEventWrapper()

CommonBaseEventWrapper

public CommonBaseEventWrapper(org.eclipse.tptp.logging.events.cbe.CommonBaseEvent cbe)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getSourceComponentFk

public int getSourceComponentFk()

setSourceComponentFk

public void setSourceComponentFk(int sourceComponentFk)

getCreationTimeDouble

public double getCreationTimeDouble()

setCreationTimeDouble

public void setCreationTimeDouble(java.lang.String creationTime)

getDatasetName

public java.lang.String getDatasetName()

setDatasetName

public void setDatasetName(java.lang.String datasetName)

COSMOS ${releaseVersion} data-collection Project
Public API Specification