org.exoplatform.calendar.service
Class Reminder

java.lang.Object
  extended by 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


Field Summary
static String[] REMINDER_TYPES
           
static String REPEAT
           
static String TYPE_BOTH
           
static String TYPE_EMAIL
           
static String TYPE_POPUP
           
static String UNREPEAT
           
 
Constructor Summary
Reminder()
           
Reminder(String type)
           
 
Method Summary
 long getAlarmBefore()
           
 String getDescription()
           
 String getEmailAddress()
           
 String getEventId()
           
 Date getFromDateTime()
           
 String getId()
           
 String getReminderOwner()
           
 String getReminderType()
           
 long getRepeatInterval()
           
 String getSummary()
           
 boolean isRepeat()
           
 void setAlarmBefore(long alarmBefore)
           
 void setDescription(String description)
           
 void setEmailAddress(String emailAddress)
           
 void setEventId(String eventId)
           
 void setFromDateTime(Date d)
           
 void setId(String id)
           
 void setReminderOwner(String owner)
           
 void setReminderType(String reminderType)
           
 void setRepeate(boolean b)
           
 void setRepeatInterval(long interval)
           
 void setSummary(String sm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Reminder

public Reminder()

Reminder

public Reminder(String type)
Method Detail

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–2014 eXo Platform SAS. All rights reserved.