net.sf.jqql.beans
Class Card
java.lang.Object
net.sf.jqql.beans.Card
public class Card
- extends Object
cluster card bean
- Author:
- luma
- See Also:
ClusterModifyCardPacket
Constructor Summary |
Card()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
phone
public String phone
remark
public String remark
email
public String email
genderIndex
public int genderIndex
Card
public Card()
readBean
public void readBean(ByteBuffer buf)
- parse a card structure from a byte buffer
- Parameters:
buf
-
writeBean
public void writeBean(ByteBuffer buf)
- write the content of bean into buffer
- Parameters:
buf
-