1 | public class HeresAnotherCrazyIdFieldName {↵ | | 1 | public class Per↵
|
2 | private Long heresAnotherCrazyIdFieldName↵ | | 2 | son {↵
|
3 | ;↵ | | 3 | private Long id;↵
|
4 | private String name;↵ | | 4 | private String name;↵
|
|
5 | public HeresAnotherCrazyIdFieldName() {↵ | | 5 | public Per↵
|
6 | }↵ | | |
|
|
7 | public HeresAnotherCrazyIdFieldName(String name) {↵ | | |
|
8 | this.name = name;↵ | | |
|
9 | }↵ | | |
|
|
10 | public Long getHeresAnotherCrazyIdFieldName() {↵ | | |
|
11 | return heresAnotherCrazyIdFieldName;↵ | | |
|
12 | }↵ | | |
|
|
13 | public void setHeresAnotherCrazyIdFieldName(Long heresAnotherCrazyIdFieldName) {↵ | | |
|
14 | this.heresAnotherCrazyIdFieldName = heresAnotherCrazyIdFieldN↵ | | 6 | son(String name) {↵
|
| | | 7 | this.name = name;↵
|
| | | 8 | }↵
|
|
| | | 9 | public Person() {↵
|
| | | 10 | }↵
|
|
| | | 11 | /**↵
|
| | | 12 | * @return Returns the id.↵
|
| | | 13 | */↵
|
| | | 14 | public Long getId() {↵
|
| | | 15 | return id;↵
|
| | | 16 | }↵
|
|
| | | 17 | /**↵
|
| | | 18 | * @param id The id to set.↵
|
| | | 19 | */↵
|
| | | 20 | public void setId(Long id) {↵
|
| | | 21 | this.id = id;↵
|
| | | 22 | }↵
|
|
| | | 23 | /**↵
|
15 | ame;↵ | | 24 | * @return Returns the name.↵
|
16 | }↵ | | 25 | ↵
|
| | | 26 | */↵
|
17 | public String getName() {↵ | | 27 | public String getName() {↵
|
18 | return name;↵ | | 28 | return name;↵
|
19 | }↵ | | 29 | }↵
|
|
| | | 30 | /**↵
|
| | | 31 | * @param name The name to set.↵
|
| | | 32 | */↵
|
20 | public void setName(String name) {↵ | | 33 | public void setName(String name) {↵
|
21 | this.name = name | | 34 | this.name = name
|