src/main/java/com/se/nsl/domain/vo/SimuResult.java
@@ -4,6 +4,7 @@ private double depth; private double velocity; private long time; public double getDepth() { return depth; @@ -20,4 +21,12 @@ public void setVelocity(double velocity) { this.velocity = velocity; } public long getTime() { return time; } public void setTime(long time) { this.time = time; } }