Modifier and Type | Method and Description |
---|---|
Location |
build() |
Location.LocationBuilder |
locationLatitude(BigDecimal locationLatitude)
Constraints: Not nullable, Precision: 15, Scale: 12
|
Location.LocationBuilder |
locationLongtitude(BigDecimal locationLongtitude)
Constraints: Not nullable, Precision: 15, Scale: 12
|
Location.LocationBuilder |
locationName(String locationName)
Constraints: Not nullable, Maximum length: 60
|
Location.LocationBuilder |
locationType(String locationType)
Constraints: Not nullable, Maximum length: 40
|
Location.LocationBuilder |
locationUUID(UUID locationUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
public Location.LocationBuilder locationUUID(@Nullable UUID locationUUID)
Original property name from the Odata EDM: LocationUUID
public Location.LocationBuilder locationName(@Nullable String locationName)
Original property name from the Odata EDM: LocationName
public Location.LocationBuilder locationType(@Nullable String locationType)
Original property name from the Odata EDM: LocationType
public Location.LocationBuilder locationLatitude(@Nullable BigDecimal locationLatitude)
Original property name from the Odata EDM: LocationLatitude
You can use this master data to identify the exact position of a location. If you have integrated a map into the Environment, Health, and Safety component, you can use this data to visualize the location's position on the map.
public Location.LocationBuilder locationLongtitude(@Nullable BigDecimal locationLongtitude)
Original property name from the Odata EDM: LocationLongtitude
You can use this master data to identify the exact position of a location. If you have integrated a map into the SAP Environment, Health, and Safety component, you can use this data to visualize the location's position on the map.
public Location build()
Copyright © 2019 SAP SE. All rights reserved.