|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--wtanaka.praya.obj.Obj
|
+--wtanaka.praya.obj.Message
|
+--wtanaka.praya.obj.SelfMessage
Abstract class which overrides the default Message class isSelfMessage to return true instead of false.
Return to
or the Praya Homepage
Message.isSelfMessage(), Serialized Form| 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 | |
SelfMessage(Protocol generatedBy)
|
|
| Method Summary | |
boolean |
isSelfMessage()
Is this message is an outgoing message generated by the person viewing it? The return value from this method acts acts as a tag on certain kinds of messages. |
| Methods inherited from class wtanaka.praya.obj.Message |
changeScore, convertStringToHtml, getScore, getSourceProtocol, isStateChangeMessage, lessThan, renderAsHTML, renderAsHTML, renderAsString, replyRecipient, setZombie, toString |
| Methods inherited from class wtanaka.praya.obj.Obj |
getContents, getFrom, getSubject, getTimeStamp, isPrivileged, setPrivilegedThread, setSecretObject, setTimeStamp |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public SelfMessage(Protocol generatedBy)
| Method Detail |
public boolean isSelfMessage()
MessageisSelfMessage in class Messagewtanaka.praya.obj.Message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||