public class TaskResource extends Resource
| Constructor and Description |
|---|
TaskResource() |
TaskResource(org.exoplatform.calendar.service.CalendarEvent data,
String basePath) |
| Modifier and Type | Method and Description |
|---|---|
Serializable[] |
getAttachments() |
Serializable |
getCalendar() |
Serializable[] |
getCategories() |
String |
getCategoryId() |
String[] |
getDelegation() |
String |
getFrom() |
String |
getName() |
String |
getNote() |
String |
getPriority() |
org.exoplatform.calendar.service.Reminder[] |
getReminder() |
String |
getStatus() |
String |
getTo() |
void |
setAtts(Serializable[] attachments) |
TaskResource |
setCal(Serializable calendar) |
void |
setCategoryId(String categoryId) |
void |
setCats(Serializable[] categories) |
void |
setDelegation(String[] delegation) |
void |
setFrom(String from) |
void |
setName(String name) |
void |
setNote(String note) |
void |
setPriority(String priority) |
void |
setReminder(org.exoplatform.calendar.service.Reminder[] reminder) |
void |
setStatus(String status) |
void |
setTo(String to) |
public String getName()
public void setName(String name)
public String getNote()
public void setNote(String note)
public String getFrom()
public void setFrom(String from)
public String getTo()
public void setTo(String to)
public Serializable getCalendar()
public TaskResource setCal(Serializable calendar)
public Serializable[] getCategories()
public void setCats(Serializable[] categories)
public String[] getDelegation()
public void setDelegation(String[] delegation)
public String getPriority()
public void setPriority(String priority)
public org.exoplatform.calendar.service.Reminder[] getReminder()
public void setReminder(org.exoplatform.calendar.service.Reminder[] reminder)
public Serializable[] getAttachments()
public void setAtts(Serializable[] attachments)
public String getStatus()
public void setStatus(String status)
public String getCategoryId()
public void setCategoryId(String categoryId)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.