locationId property

String locationId
getter/setter pair

String locationId; is declaring a property named locationId of type String in the Location class. This property will be used to store the ID of a location.

Implementation

String locationId;