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