|
|
|
|
@ -74,7 +74,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the regattaID property.
|
|
|
|
|
*
|
|
|
|
|
* @return regatta id.
|
|
|
|
|
*/
|
|
|
|
|
public int getRegattaID() {
|
|
|
|
|
return regattaID;
|
|
|
|
|
@ -82,7 +82,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the regattaID property.
|
|
|
|
|
*
|
|
|
|
|
* @param value new regatta id.
|
|
|
|
|
*/
|
|
|
|
|
public void setRegattaID(int value) {
|
|
|
|
|
this.regattaID = value;
|
|
|
|
|
@ -138,7 +138,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the centralLatitude property.
|
|
|
|
|
*
|
|
|
|
|
* @return central latitude.
|
|
|
|
|
*/
|
|
|
|
|
public double getCentralLatitude() {
|
|
|
|
|
return centralLatitude;
|
|
|
|
|
@ -146,7 +146,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the centralLatitude property.
|
|
|
|
|
*
|
|
|
|
|
* @param value new central latitude.
|
|
|
|
|
*/
|
|
|
|
|
public void setCentralLatitude(double value) {
|
|
|
|
|
this.centralLatitude = value;
|
|
|
|
|
@ -154,7 +154,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the centralLongitude property.
|
|
|
|
|
*
|
|
|
|
|
* @return central longitude.
|
|
|
|
|
*/
|
|
|
|
|
public double getCentralLongitude() {
|
|
|
|
|
return centralLongitude;
|
|
|
|
|
@ -162,7 +162,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the centralLongitude property.
|
|
|
|
|
*
|
|
|
|
|
* @param value new central longitude.
|
|
|
|
|
*/
|
|
|
|
|
public void setCentralLongitude(double value) {
|
|
|
|
|
this.centralLongitude = value;
|
|
|
|
|
@ -170,7 +170,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the centralAltitude property.
|
|
|
|
|
*
|
|
|
|
|
* @return central altitude.
|
|
|
|
|
*/
|
|
|
|
|
public double getCentralAltitude() {
|
|
|
|
|
return centralAltitude;
|
|
|
|
|
@ -178,7 +178,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the centralAltitude property.
|
|
|
|
|
*
|
|
|
|
|
* @param value new central altitude.
|
|
|
|
|
*/
|
|
|
|
|
public void setCentralAltitude(double value) {
|
|
|
|
|
this.centralAltitude = value;
|
|
|
|
|
@ -186,7 +186,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the utcOffset property.
|
|
|
|
|
*
|
|
|
|
|
* @return utc offset.
|
|
|
|
|
*/
|
|
|
|
|
public double getUtcOffset() {
|
|
|
|
|
return utcOffset;
|
|
|
|
|
@ -194,7 +194,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the utcOffset property.
|
|
|
|
|
*
|
|
|
|
|
* @param value new utc offset.
|
|
|
|
|
*/
|
|
|
|
|
public void setUtcOffset(double value) {
|
|
|
|
|
this.utcOffset = value;
|
|
|
|
|
@ -202,7 +202,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Gets the value of the magneticVariation property.
|
|
|
|
|
*
|
|
|
|
|
* @return magnetic variation.
|
|
|
|
|
*/
|
|
|
|
|
public double getMagneticVariation() {
|
|
|
|
|
return magneticVariation;
|
|
|
|
|
@ -210,7 +210,7 @@ public class RegattaConfig {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Sets the value of the magneticVariation property.
|
|
|
|
|
*
|
|
|
|
|
* @param value new magnetic variation.
|
|
|
|
|
*/
|
|
|
|
|
public void setMagneticVariation(double value) {
|
|
|
|
|
this.magneticVariation = value;
|
|
|
|
|
|