I\'ve got two classes right now: RemindersDAO.java and ViewLocalReminders.java.
I\'m trying to get access to a variable that\'s in ViewLocalReminders.java and I\'m tryin
public void setReminderID(long id) { this.reminderID = id; System.out.println("Reminder ID Value in Setter: " + reminderID); }