Interface IntegerSpaceEntity

All Known Implementing Classes:
IntSpaceEntity

@Embeddable public interface IntegerSpaceEntity
  • Method Details

    • getSimulationTime

      Double getSimulationTime()
    • setSimulationTime

      void setSimulationTime(Double time)
    • getSimulationRun

      Long getSimulationRun()
    • setSimulationRun

      void setSimulationRun(Long run)
    • getX

      Integer getX()
    • setX

      void setX(Integer x)
    • getY

      Integer getY()
    • setY

      void setY(Integer y)
    • getValue

      Integer getValue()
    • setValue

      void setValue(Integer value)