Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class AnnouncementItem

java.lang.Object
  extended byoracle.workspaces.ws.beans.AnnouncementItem


public class AnnouncementItem
extends java.lang.Object

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

getBody

public java.lang.String getBody()
Gets the announcement body.
Returns:
body

setBody

public void setBody(java.lang.String body)
Sets the body of announcement.
Parameters:
body -

getCreatedBy

public java.lang.String getCreatedBy()
Gets the nickname of announcement creator.
Returns:
createdBy

getCreatedTime

public java.util.Calendar getCreatedTime()
Gets the announcement creation time.
Returns:
createdTime

getExpirationTime

public java.util.Calendar getExpirationTime()
Gets the announcement expiration time.
Returns:
expirationTime

setExpirationTime

public void setExpirationTime(java.util.Calendar expirationTime)
Sets the announcement expiration time.
Parameters:
expirationTime -

getLastModifiedBy

public java.lang.String getLastModifiedBy()
Gets the nickname of user who last modified the announcement.
Returns:
lastModifiedBy

getLastModifiedTime

public java.util.Calendar getLastModifiedTime()
Gets when the announcement was last modified.
Returns:
lastModifiedTime

getOwner

public java.lang.String getOwner()
Gets the nickname of owner of announcement.
Returns:
owner

isPlainText

public boolean isPlainText()
Gets if the announcement is in plain text.
Returns:
plainText

setPlainText

public void setPlainText(boolean plainText)
Sets if the announcement is in plain text.
Parameters:
plainText -

getTitle

public java.lang.String getTitle()
Gets the announcement title.
Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the announcement title.
Parameters:
title -

getUid

public java.lang.String getUid()
Gets the UID of announcement.
Returns:
uid

Copyright © 2001, 2006, Oracle. All rights reserved.