|
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.AnnouncementItem
This class represents an announcement in a workspace.
Method Summary | |
java.lang.String |
getBody() Gets the announcement body. |
java.lang.String |
getCreatedBy() Gets the nickname of announcement creator. |
java.util.Calendar |
getCreatedTime() Gets the announcement creation time. |
java.util.Calendar |
getExpirationTime() Gets the announcement expiration time. |
java.lang.String |
getLastModifiedBy() Gets the nickname of user who last modified the announcement. |
java.util.Calendar |
getLastModifiedTime() Gets when the announcement was last modified. |
java.lang.String |
getOwner() Gets the nickname of owner of announcement. |
java.lang.String |
getTitle() Gets the announcement title. |
java.lang.String |
getUid() Gets the UID of announcement. |
boolean |
isPlainText() Gets if the announcement is in plain text. |
void |
setBody(java.lang.String body) Sets the body of announcement. |
void |
setExpirationTime(java.util.Calendar expirationTime) Sets the announcement expiration time. |
void |
setPlainText(boolean plainText) Sets if the announcement is in plain text. |
void |
setTitle(java.lang.String title) Sets the announcement title. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getBody()
public void setBody(java.lang.String body)
body
-public java.lang.String getCreatedBy()
public java.util.Calendar getCreatedTime()
public java.util.Calendar getExpirationTime()
public void setExpirationTime(java.util.Calendar expirationTime)
expirationTime
-public java.lang.String getLastModifiedBy()
public java.util.Calendar getLastModifiedTime()
public java.lang.String getOwner()
public boolean isPlainText()
public void setPlainText(boolean plainText)
plainText
-public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
-public java.lang.String getUid()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |