|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.LastPost
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 |
public java.lang.String getLastpostAuthor()
public long getLastpostForumId()
public long getLastpostTopicId()
public long getLastpostMessageId()
public java.util.Calendar getLastpostDate()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |