|
|
@ -49,7 +49,6 @@ public class WorkingNote {
|
|
|
|
|
|
|
|
|
|
|
|
private long mModifiedDate;
|
|
|
|
private long mModifiedDate;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private long mCreateDate;
|
|
|
|
private long mCreateDate;
|
|
|
|
|
|
|
|
|
|
|
|
private int mBgColorId;
|
|
|
|
private int mBgColorId;
|
|
|
@ -116,7 +115,9 @@ public class WorkingNote {
|
|
|
|
private static final int NOTE_MODIFIED_DATE_COLUMN = 5;
|
|
|
|
private static final int NOTE_MODIFIED_DATE_COLUMN = 5;
|
|
|
|
|
|
|
|
|
|
|
|
private static final int NOTE_PASSWORD_COLUMN = 6;
|
|
|
|
private static final int NOTE_PASSWORD_COLUMN = 6;
|
|
|
|
|
|
|
|
|
|
|
|
private static final int NOTE_ORIGIN_ID_COLUMN = 7;
|
|
|
|
private static final int NOTE_ORIGIN_ID_COLUMN = 7;
|
|
|
|
|
|
|
|
|
|
|
|
private static final int NOTE_CREATE_DATE_COLUMN = 8;
|
|
|
|
private static final int NOTE_CREATE_DATE_COLUMN = 8;
|
|
|
|
|
|
|
|
|
|
|
|
// New note construct
|
|
|
|
// New note construct
|
|
|
|