mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-14 23:42:10 +02:00
rename model getter functions
This commit is contained in:
parent
c321f0dba3
commit
c43e4c150f
@ -11,15 +11,15 @@ public class Note {
|
|||||||
mText = text;
|
mText = text;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getmId() {
|
public int getId() {
|
||||||
return mId;
|
return mId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getmName() {
|
public String getName() {
|
||||||
return mName;
|
return mName;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getmText() {
|
public String getText() {
|
||||||
return mText;
|
return mText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user