FileDocCategorySizeDatePackage
MessageSummary.javaAPI DocExample824Sun Sep 02 14:59:06 BST 2001com.oreilly.forum.domain

MessageSummary

public interface MessageSummary implements Comparable
Basic information about a message, not including the message text.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetAuthorEmail()
The author Email can be 80 characters.

public BoardSummarygetBoard()

return
the board that this message belongs to.

public DayMonthYeargetCreateDate()

return
when this message was created.

public longgetID()

return
the unique ID of this message.

public longgetInReplyTo()

return
the ID of the message that this one is a reply to, or -1 if none.

public java.lang.StringgetSubject()

return
the subject of this message.