Project

General

Profile

« Previous | Next » 

Revision 57894

View differences:

DuplicateGroupView.java
23 23
	@Column(name = "name")
24 24
	private String name;
25 25

  
26
	@Column(name = "city")
27
	private String city;
28

  
26 29
	@Column(name = "country")
27 30
	private String country;
28 31

  
......
45 48
		this.name = name;
46 49
	}
47 50

  
51
	public String getCity() {
52
		return city;
53
	}
54

  
55
	public void setCity(final String city) {
56
		this.city = city;
57
	}
58

  
48 59
	public String getCountry() {
49 60
		return country;
50 61
	}

Also available in: Unified diff