JML

net.sf.jqql.debug
Class InitialArgument

java.lang.Object
  extended by net.sf.jqql.debug.InitialArgument

public class InitialArgument
extends Object

 some must parameter wrap classes in independent debug mod.
 独立调试模式下的一些必须的参数封装类
 

Author:
luma

Constructor Summary
InitialArgument()
           
 
Method Summary
 byte[] getLoginReply()
           
 String getPassword()
           
 int getQQ()
           
 void setLoginReply(byte[] loginReply)
           
 void setPassword(String password)
           
 void setQQ(int qq)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialArgument

public InitialArgument()
Method Detail

getLoginReply

public byte[] getLoginReply()
Returns:
Returns the loginReply.

setLoginReply

public void setLoginReply(byte[] loginReply)
Parameters:
loginReply - The loginReply to set.

getPassword

public String getPassword()
Returns:
Returns the password.

setPassword

public void setPassword(String password)
Parameters:
password - The password to set.

getQQ

public int getQQ()
Returns:
Returns the qq.

setQQ

public void setQQ(int qq)
Parameters:
qq - The qq to set.

JML