|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.borg.model.ReminderTimes
public class ReminderTimes
This class converts the appointment reminder times to and from a string in the preferences to an array of minutes values
Constructor Summary | |
---|---|
ReminderTimes()
|
Method Summary | |
---|---|
static int |
getNum()
Gets the number of reminder times |
static int |
getTimes(int i)
Gets the value (in minutes) for reminder i |
static void |
setTimes(int[] times)
store the reminder times |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReminderTimes()
Method Detail |
---|
public static int getNum()
public static int getTimes(int i)
i
- the number fo the reminder to get
public static void setTimes(int[] times)
times
- the reminder times array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |