Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Data/HydraulicBoundaryLocation.cs =================================================================== diff -u -raf521f167fabb7052a06e6a3d12575d3c3f18ab4 -r1395d3e2c0a6df5b27da3a44c820ca90eab3492c --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Data/HydraulicBoundaryLocation.cs (.../HydraulicBoundaryLocation.cs) (revision af521f167fabb7052a06e6a3d12575d3c3f18ab4) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Data/HydraulicBoundaryLocation.cs (.../HydraulicBoundaryLocation.cs) (revision 1395d3e2c0a6df5b27da3a44c820ca90eab3492c) @@ -34,14 +34,6 @@ /// /// Creates a new instance of . /// - public HydraulicBoundaryLocation() - { - DesignWaterLevel = Double.NaN; - } - - /// - /// Creates a new instance of . - /// /// Id of the . /// Name of the . /// X coordinate of the . @@ -62,17 +54,17 @@ /// /// Gets the database id of . /// - public long Id { get; set; } + public long Id { get; private set; } /// /// Gets the name of . /// - public string Name { get; set; } + public string Name { get; private set; } /// /// Gets the coordinates of . /// - public Point2D Location { get; set; } + public Point2D Location { get; private set; } /// /// Gets the design water level of .