identifier property

String identifier
getter/setter pair

String identifier; is declaring a property named identifier of type String in the Region class. This property will hold a string value that represents the identifier of a specific region.

Implementation

String identifier;