Package microsim.data.db.space
Class IntSpaceEntity
java.lang.Object
microsim.data.db.space.IntSpaceEntity
- All Implemented Interfaces:
IntegerSpaceEntity
-
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 microsim.data.db.space.IntegerSpaceEntity
getSimulationRun, getSimulationTime, getValue, getX, getY, setSimulationRun, setSimulationTime, setValue, setX, setY
-
Constructor Details
-
IntSpaceEntity
public IntSpaceEntity()The default constructor that creates an instance only.- Implementation Requirements:
publicto conform to JPA 3.0.
-