Package microsim.data.db.space
Interface IIntSpaceEntity
-
- All Known Implementing Classes:
IntSpaceEntity
@Embeddable public interface IIntSpaceEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.LonggetSimulationRun()java.lang.DoublegetSimulationTime()java.lang.IntegergetValue()java.lang.IntegergetX()java.lang.IntegergetY()voidsetSimulationRun(java.lang.Long run)voidsetSimulationTime(java.lang.Double time)voidsetValue(java.lang.Integer value)voidsetX(java.lang.Integer x)voidsetY(java.lang.Integer y)
-
-
-
Method Detail
-
getSimulationTime
java.lang.Double getSimulationTime()
-
setSimulationTime
void setSimulationTime(java.lang.Double time)
-
getSimulationRun
java.lang.Long getSimulationRun()
-
setSimulationRun
void setSimulationRun(java.lang.Long run)
-
getX
java.lang.Integer getX()
-
setX
void setX(java.lang.Integer x)
-
getY
java.lang.Integer getY()
-
setY
void setY(java.lang.Integer y)
-
getValue
java.lang.Integer getValue()
-
setValue
void setValue(java.lang.Integer value)
-
-