mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
rename model getter functions
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user