mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
Revert "Merge branch 'bug4572' of ssh://sapsailing.com/home/trac/git into bug4572"
This reverts commita70168e8f1, reversing changes made toc4515bb6a5.
This commit is contained in:
+5
-25
@@ -5,11 +5,11 @@ import com.sap.sailing.domain.common.Position;
|
||||
import com.sap.sse.common.Duration;
|
||||
|
||||
public class ManeuverLossDTO implements IsSerializable {
|
||||
private Position maneuverStartPosition;
|
||||
private Position maneuverEndPosition;
|
||||
private SpeedWithBearingDTO speedWithBearingBefore;
|
||||
private Double middleManeuverAngle;
|
||||
private Duration maneuverDuration;
|
||||
public Position maneuverStartPosition;
|
||||
public Position maneuverEndPosition;
|
||||
public SpeedWithBearingDTO speedWithBearingBefore;
|
||||
public Double middleManeuverAngle;
|
||||
public Duration maneuverDuration;
|
||||
|
||||
public ManeuverLossDTO() {
|
||||
}
|
||||
@@ -22,24 +22,4 @@ public class ManeuverLossDTO implements IsSerializable {
|
||||
this.middleManeuverAngle = middleManeuverAngle;
|
||||
this.maneuverDuration = maneuverDuration;
|
||||
}
|
||||
|
||||
public Position getManeuverStartPosition() {
|
||||
return maneuverStartPosition;
|
||||
}
|
||||
|
||||
public Position getManeuverEndPosition() {
|
||||
return maneuverEndPosition;
|
||||
}
|
||||
|
||||
public SpeedWithBearingDTO getSpeedWithBearingBefore() {
|
||||
return speedWithBearingBefore;
|
||||
}
|
||||
|
||||
public Double getMiddleManeuverAngle() {
|
||||
return middleManeuverAngle;
|
||||
}
|
||||
|
||||
public Duration getManeuverDuration() {
|
||||
return maneuverDuration;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user