idstore property
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;
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.
String idstore;