org.exoplatform.calendar.service
Class Reminder
java.lang.Object
org.exoplatform.calendar.service.Reminder
public class Reminder
- extends Object
Created by The eXo Platform SARL
Author : Tuan Nguyen
tuan.nguyen@exoplatform.com
Jul 16, 2007
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPEAT
public static final String REPEAT
UNREPEAT
public static final String UNREPEAT
TYPE_EMAIL
public static final String TYPE_EMAIL
TYPE_POPUP
public static final String TYPE_POPUP
TYPE_BOTH
public static final String TYPE_BOTH
REMINDER_TYPES
public static final String[] REMINDER_TYPES
Reminder
public Reminder()
Reminder
public Reminder(String type)
getId
public String getId()
setId
public void setId(String id)
getEventId
public String getEventId()
setEventId
public void setEventId(String eventId)
getRepeatInterval
public long getRepeatInterval()
setRepeatInterval
public void setRepeatInterval(long interval)
getReminderType
public String getReminderType()
setReminderType
public void setReminderType(String reminderType)
getAlarmBefore
public long getAlarmBefore()
setAlarmBefore
public void setAlarmBefore(long alarmBefore)
setEmailAddress
public void setEmailAddress(String emailAddress)
getEmailAddress
public String getEmailAddress()
getFromDateTime
public Date getFromDateTime()
setFromDateTime
public void setFromDateTime(Date d)
isRepeat
public boolean isRepeat()
setRepeate
public void setRepeate(boolean b)
setSummary
public void setSummary(String sm)
getSummary
public String getSummary()
setReminderOwner
public void setReminderOwner(String owner)
getReminderOwner
public String getReminderOwner()
setDescription
public void setDescription(String description)
getDescription
public String getDescription()
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.