Class CosDestinationCoordinates
java.lang.Object
com.sap.sapoaacosintegration.services.sourcing.request.CosDestinationCoordinates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublevoidsetLatitude(double latitude) voidsetLongitude(double longitude)
-
Constructor Details
-
CosDestinationCoordinates
public CosDestinationCoordinates()
-
-
Method Details
-
getLatitude
public double getLatitude()- Returns:
- the latitude
-
setLatitude
public void setLatitude(double latitude) - Parameters:
latitude- the latitude to set
-
getLongitude
public double getLongitude()- Returns:
- the longitude
-
setLongitude
public void setLongitude(double longitude) - Parameters:
longitude- the longitude to set
-