Class AbstractFileEntity
java.lang.Object
de.uka.ipd.sdq.sensorframework.dao.file.entities.AbstractFileEntity
- All Implemented Interfaces:
SerializableEntity,Serializable
- Direct Known Subclasses:
AbstractSensorAndMeasurements,ExperimentImpl,ExperimentRunImpl,SensorImpl,StateImpl
Deprecated.
Superseded by EDP2.
Abstract superclass of all entities persistable by File DAOs
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IDAOFactoryDeprecated.File DAO which controls this entity. -
Constructor Summary
Constructors -
Method Summary
Methods 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
getID
-
Field Details
-
factory
Deprecated.File DAO which controls this entity. Used to create child objects of this object by subclasses
-
-
Constructor Details
-
AbstractFileEntity
Deprecated.
-
-
Method Details
-
setFactory
Deprecated.- Specified by:
setFactoryin interfaceSerializableEntity
-