wtanaka.praya.zhongwen
Class ZhongWenMessage

java.lang.Object
  |
  +--wtanaka.praya.obj.Obj
        |
        +--wtanaka.praya.obj.Message
              |
              +--wtanaka.praya.zhongwen.ZhongWenMessage
All Implemented Interfaces:
java.io.Serializable

public class ZhongWenMessage
extends Message

This is a single zhongwen.com message.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/22 06:27:02 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Field Summary
private  java.lang.String from
           
private  java.lang.String message
           
 
Fields inherited from class wtanaka.praya.obj.Message
generatedBy, score
 
Fields inherited from class wtanaka.praya.obj.Obj
CONTENTS, date, DATE, FROM, privThread, REVCONTENTS, REVDATE, REVFROM, REVSCORE, REVSUBJECT, SCORE, secretObject, SUBJECT
 
Constructor Summary
ZhongWenMessage(Protocol parent, java.lang.String from, java.lang.String message)
           
 
Method Summary
 java.lang.String getContents()
           
 java.lang.String getFrom()
           
 Recipient getRecipient()
           
 java.lang.String renderAsString()
           
 Recipient replyRecipient()
          Gets the recipient to whom replies to this message will be sent, if applicable.
 
Methods inherited from class wtanaka.praya.obj.Message
changeScore, convertStringToHtml, getScore, getSourceProtocol, isSelfMessage, isStateChangeMessage, lessThan, renderAsHTML, renderAsHTML, setZombie, toString
 
Methods inherited from class wtanaka.praya.obj.Obj
getSubject, getTimeStamp, isPrivileged, setPrivilegedThread, setSecretObject, setTimeStamp
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

from

private java.lang.String from

message

private java.lang.String message
Constructor Detail

ZhongWenMessage

public ZhongWenMessage(Protocol parent,
                       java.lang.String from,
                       java.lang.String message)
Method Detail

renderAsString

public java.lang.String renderAsString()
Overrides:
renderAsString in class Message

getContents

public java.lang.String getContents()
Overrides:
getContents in class Obj

getFrom

public java.lang.String getFrom()
Overrides:
getFrom in class Obj

getRecipient

public Recipient getRecipient()

replyRecipient

public Recipient replyRecipient()
Description copied from class: Message
Gets the recipient to whom replies to this message will be sent, if applicable.
Overrides:
replyRecipient in class Message
Following copied from class: wtanaka.praya.obj.Message
Returns:
the recipient object for replies to this message. If there is no relevant recipient (e.g. this a logout message) returns null.