JML

net.sf.jqql.beans
Class Card

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

public class Card
extends Object

cluster card bean

Author:
luma
See Also:
ClusterModifyCardPacket

Field Summary
 String email
           
 int genderIndex
           
 String name
           
 String phone
           
 String remark
           
 
Constructor Summary
Card()
           
 
Method Summary
 void readBean(ByteBuffer buf)
          parse a card structure from a byte buffer
 void writeBean(ByteBuffer buf)
          write the content of bean into buffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

phone

public String phone

remark

public String remark

email

public String email

genderIndex

public int genderIndex
Constructor Detail

Card

public Card()
Method Detail

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 -

JML