1 | public class HeresAnotherCrazyIdFieldName {↵ | | 1 | public class ↵
|
2 | private Long heresAnotherCrazyIdFieldName↵ | | 2 | TextHolder {↵
|
3 | ;↵ | | 3 | private Long id;↵
|
4 | private String name;↵ | | 4 | private String theText;↵
|
|
5 | public HeresAnotherCrazyIdFieldName() {↵ | | 5 | public ↵
|
6 | }↵ | | |
|
|
7 | public HeresAnotherCrazyIdFieldName↵ | | 6 | TextHolder() {↵
|
| | | 7 | }↵
|
|
8 | (String name) {↵ | | 8 | public TextHolder(String theText) {↵
|
9 | this.name = name;↵ | | 9 | this.theText = theText;↵
|
10 | }↵ | | 10 | }↵
|
|
11 | public Long getHeresAnotherCrazyIdFieldName() {↵ | | 11 | public Long get↵
|
12 | return heresAnotherCrazyIdFieldName;↵ | | |
|
13 | }↵ | | |
|
|
14 | public void setHeresAnotherCrazyIdFieldName(Long heresAnotherCrazyIdFieldName) {↵ | | |
|
15 | this.heresAnotherCrazyIdFieldName = heresAnotherCrazyIdFieldName↵ | | 12 | Id() {↵
|
| | | 13 | return id;↵
|
| | | 14 | }↵
|
|
| | | 15 | public void setId(Long id) {↵
|
16 | ;↵ | | 16 | this.id = id;↵
|
17 | }↵ | | 17 | }↵
|
|
18 | public String getName() {↵ | | 18 | public String getTheText() {↵
|
19 | return name;↵ | | 19 | return theText;↵
|
20 | }↵ | | 20 | }↵
|
|
21 | public void setName(String name) {↵ | | 21 | public void setTheText(String theText) {↵
|
22 | this.name = name | | 22 | this.theText = theText
|