JML

net.sf.jqql.beans
Class TempSessionIM

java.lang.Object
  extended by net.sf.jqql.beans.TempSessionIM

public class TempSessionIM
extends Object

temp session message bean 临时会话消息Bean

Author:
luma
See Also:
ReceiveIMPacket

Field Summary
 FontStyle fontStyle
           
 String message
           
 String nick
           
 int sender
           
 String site
           
 long time
           
 
Constructor Summary
TempSessionIM()
           
 
Method Summary
 void readBean(ByteBuffer buf)
          read Bean 读取Bean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sender

public int sender

nick

public String nick

site

public String site

message

public String message

time

public long time

fontStyle

public FontStyle fontStyle
Constructor Detail

TempSessionIM

public TempSessionIM()
Method Detail

readBean

public void readBean(ByteBuffer buf)
read Bean 读取Bean

Parameters:
buf -

JML