date property

int date
getter/setter pair

The line int date; is declaring a property named date of type int in the Poi class. This property will hold the date information of a Point of Interest (POI) object.

Implementation

int date;