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