idstore property

String idstore
getter/setter pair

String idstore; is declaring a property named idstore of type String in the Poi class. This property will hold the idstore information of a Point of Interest (POI) object.

Implementation

String idstore;