
com.evasion.plugin.geoloc.City Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.plugin.geoloc;
import javax.persistence.Id;
/**
*
* @author sebastien.glon
*/
public class City {
@Id
private Long geonameid;
private String name;
private Long codePostal;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy