| %line | %branch | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| be.dvw.administration.model.Land |
|
|
| 1 | /* |
|
| 2 | * Created on Jun 20, 2005 |
|
| 3 | */ |
|
| 4 | ||
| 5 | package be.dvw.administration.model; |
|
| 6 | ||
| 7 | ||
| 8 | /** |
|
| 9 | * @author Gregory Van Seghbroeck |
|
| 10 | * |
|
| 11 | */ |
|
| 12 | 0 | public class Land { |
| 13 | private String land; |
|
| 14 | ||
| 15 | ||
| 16 | public String toString() { |
|
| 17 | 0 | return "[Land] <"+land+">"; |
| 18 | } |
|
| 19 | ||
| 20 | ||
| 21 | /** |
|
| 22 | * @return Returns the land. |
|
| 23 | */ |
|
| 24 | public String getLand() { |
|
| 25 | 0 | return land; |
| 26 | } |
|
| 27 | /** |
|
| 28 | * @param land The land to set. |
|
| 29 | */ |
|
| 30 | public void setLand(String land) { |
|
| 31 | 0 | this.land = land; |
| 32 | 0 | } |
| 33 | } |
| This report is generated by jcoverage, Maven and Maven JCoverage Plugin. |