Class DateReminderPair

java.lang.Object
com.infinitekind.moneydance.model.DateReminderPair
All Implemented Interfaces:
java.lang.Comparable<DateReminderPair>

public class DateReminderPair
extends java.lang.Object
implements java.lang.Comparable<DateReminderPair>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int date  
    Reminder reminder  
  • Constructor Summary

    Constructors 
    Constructor Description
    DateReminderPair​(int d, Reminder r)  
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(DateReminderPair other)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait