All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.evasion.plugin.geoloc.RegionAdm2 Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.evasion.plugin.geoloc;

import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToOne;

/**
 *
 * @author sebastien.glon
 */
@Entity
public class RegionAdm2 implements Serializable {

    @Id
    private String code;

    private String nom;

    @ManyToOne
    private RegionAdm1 adm1;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy