Oracle Collaboration Suite Discussions Web Services Java API Reference
10g (10.1.2.2)

Part No. B28210-01


oracle.discussions.ws.beans
Class LastPost

java.lang.Object
  extended byoracle.discussions.ws.beans.LastPost


public class LastPost
extends java.lang.Object

Depicts the most recently posted message in a container.

Includes information about the message's author, forum, topic, forum and the date on which the message is posted.


Method Summary
 java.lang.String getLastpostAuthor()
          Returns author's nickname, who posted the most recent message, in the container.
 java.util.Calendar getLastpostDate()
          Returns the date representing the most recent post.
 long getLastpostForumId()
          Returns the id of the forum, in which the most recent post is made.
 long getLastpostMessageId()
          Returns the id of the message, which is most recently posted.
 long getLastpostTopicId()
          Returns the id of the topic, in which, most recent post is made.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getLastpostAuthor

public java.lang.String getLastpostAuthor()
Returns author's nickname, who posted the most recent message, in the container.
Returns:
String - Author's nickname

getLastpostForumId

public long getLastpostForumId()
Returns the id of the forum, in which the most recent post is made.
Returns:
long - Forum id

getLastpostTopicId

public long getLastpostTopicId()
Returns the id of the topic, in which, most recent post is made.
Returns:
long - Topic id

getLastpostMessageId

public long getLastpostMessageId()
Returns the id of the message, which is most recently posted.
Returns:
long - Most recently posted message id.

getLastpostDate

public java.util.Calendar getLastpostDate()
Returns the date representing the most recent post.
Returns:
Calendar - Date and time, on which the most recent message is posted.

Copyright © 2005, Oracle. All rights reserved.