JML

net.sf.jqql.beans
Class FriendRemark

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

public class FriendRemark
extends Object

remark info for storing friends 存放好友的备注信息

Author:
luma
See Also:
FriendDataOpReplyPacket

Field Summary
 String address
           
 String email
           
 String mobile
           
 String name
           
 String note
           
 String telephone
           
 String zipcode
           
 
Constructor Summary
FriendRemark()
          constructor 构造函数
 
Method Summary
 void readBean(ByteBuffer buf)
          given an input stream , parse FriendRemark 给定一个输入流,解析FriendRemark结构
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

mobile

public String mobile

telephone

public String telephone

address

public String address

email

public String email

zipcode

public String zipcode

note

public String note
Constructor Detail

FriendRemark

public FriendRemark()
constructor 构造函数

Method Detail

readBean

public void readBean(ByteBuffer buf)
given an input stream , parse FriendRemark 给定一个输入流,解析FriendRemark结构

Parameters:
buf -

JML