|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.workspaces.ws.beans.CalendarAlarm
This class represents a calendar reminder instance.
| Method Summary | |
java.lang.String |
getAction()Gets the action value for this CalendarAlarm. |
java.lang.String |
getDescription()Gets the description value for this CalendarAlarm. |
java.lang.String |
getEmail()Gets the email value for this CalendarAlarm. |
int |
getMinutes()Gets the minutes value for this CalendarAlarm. |
java.lang.String |
getSummary()Gets the summary value for this CalendarAlarm. |
void |
setAction(java.lang.String action)Sets the action value for this CalendarAlarm. |
void |
setDescription(java.lang.String description)Sets the description value for this CalendarAlarm. |
void |
setEmail(java.lang.String email)Sets the email value for this CalendarAlarm. |
void |
setMinutes(int minutes)Sets the minutes value for this CalendarAlarm. |
void |
setSummary(java.lang.String summary)Sets the summary value for this CalendarAlarm. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getAction()
public void setAction(java.lang.String action)
action -public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description -public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email -public int getMinutes()
public void setMinutes(int minutes)
minutes -public java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary -
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||