1 | public class HeresAnotherCrazyIdFieldName {↵ | | 1 | public class Info {
↵
|
2 | private Long heresAnotherCrazyIdFieldName;↵ | | 2 | private Long id;
↵
|
3 | private String name;↵ | | 3 | private String ↵
|
|
4 | public HeresAnotherCrazyIdFieldName↵ | | 4 | details;↵
|
|
5 | () {↵ | | 5 | public Info() {
↵
|
6 | }↵ | | 6 | }↵
|
|
| | | 7 |
↵
|
7 | public HeresAnotherCrazyIdFieldName(String name) {↵ | | 8 | public Info(String details) {
↵
|
8 | this.name = name;↵ | | 9 | this.↵
|
9 | }↵ | | |
|
|
10 | public Long getHeresAnotherCrazyIdFieldName↵ | | 10 | details = details;↵
|
| | | 11 | }↵
|
|
11 | () {↵ | | 12 | public Long getId() {
↵
|
12 | return heresAnotherCrazyIdFieldName;↵ | | 13 | return ↵
|
13 | }↵ | | |
|
|
14 | public void setHeresAnotherCrazyIdFieldName(Long heresAnotherCrazyIdFieldName↵ | | 14 | id;↵
|
| | | 15 | }↵
|
|
15 | ) {↵ | | 16 | public void setId(Long id) {
↵
|
16 | this.heresAnotherCrazyIdFieldName = heresAnotherCrazyIdFieldName;↵ | | 17 | this.↵
|
17 | }↵ | | |
|
| | | 18 | id = id;↵
|
| | | 19 | }↵
|
| | | 20 |
↵
|
18 | public String getName() {↵ | | 21 | public String getDetails() {
↵
|
19 | return name;↵ | | 22 | return ↵
|
20 | }↵ | | |
|
| | | 23 | details;↵
|
| | | 24 | }↵
|
| | | 25 |
↵
|
21 | public void setName(String name) {↵ | | 26 | public void setDetails(String details) {
↵
|
22 | this.name = name | | 27 | this.details = details
|