Class SensorImpl
java.lang.Object
de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
de.uka.ipd.sdq.sensorframework.dao.file.entities.SensorImpl
- All Implemented Interfaces:
SerializableEntity,Sensor,Serializable
- Direct Known Subclasses:
ScalabilitySensorImpl,StateSensorImpl,TimeSpanSensorImpl
Deprecated.
Superseded by EDP2.
- See Also:
-
Field Summary
FieldsFields inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
factory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.longgetID()Deprecated.longDeprecated.Deprecated.voidsetSensorID(long sensorID) Deprecated.voidsetSensorName(String sensorName) Deprecated.Methods inherited from class de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
setFactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.uka.ipd.sdq.sensorframework.dao.file.entities.SerializableEntity
setFactory
-
Field Details
-
sensorID
protected long sensorIDDeprecated. -
sensorName
Deprecated.
-
-
Constructor Details
-
SensorImpl
Deprecated.
-
-
Method Details
-
getFileName
Deprecated. -
getID
public long getID()Deprecated.- Specified by:
getIDin interfaceSerializableEntity
-
getSensorID
public long getSensorID()Deprecated.- Specified by:
getSensorIDin interfaceSensor
-
getSensorName
Deprecated.- Specified by:
getSensorNamein interfaceSensor
-
setSensorID
public void setSensorID(long sensorID) Deprecated.- Specified by:
setSensorIDin interfaceSensor
-
setSensorName
Deprecated.- Specified by:
setSensorNamein interfaceSensor
-