|
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.AnnouncementDefinition
This class represents the definition object used to create an announcement.
Constructor Summary | |
AnnouncementDefinition() Default constructor. |
Method Summary | |
void |
setBody(java.lang.String body) Sets announcement body - This is a mandatory attribute for creating an announcement. |
void |
setExpirationTime(java.util.Calendar expirationTime) Sets the announcement expiration time - This is a mandatory attribute for creating an announcement. |
void |
setPlainText(boolean isPlainText) Sets whether the announcement is in plain text. |
void |
setTitle(java.lang.String title) Sets the announcement title - This is a mandatory attribute for creating an announcement. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AnnouncementDefinition()
Method Detail |
public void setBody(java.lang.String body)
body
-public void setExpirationTime(java.util.Calendar expirationTime)
expirationTime
-public void setPlainText(boolean isPlainText)
isPlainText
-public void setTitle(java.lang.String title)
title
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |