Interface IIntSpaceEntity

  • All Known Implementing Classes:
    IntSpaceEntity

    @Embeddable
    public interface IIntSpaceEntity
    • 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)