Package microsim.data.db.space
Class IntSpaceEntity
java.lang.Object
microsim.data.db.space.IntSpaceEntity
- All Implemented Interfaces:
IntegerSpaceEntity
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
public
to conform to JPA 3.0.
-