net.sf.jqql.beans
Class FriendRemark
java.lang.Object
net.sf.jqql.beans.FriendRemark
public class FriendRemark
- extends Object
remark info for storing friends
存放好友的备注信息
- Author:
- luma
- See Also:
FriendDataOpReplyPacket
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 |
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
FriendRemark
public FriendRemark()
- constructor
构造函数
readBean
public void readBean(ByteBuffer buf)
- given an input stream , parse FriendRemark
给定一个输入流,解析FriendRemark结构
- Parameters:
buf
-