LaColla.core.util
Class pkt

java.lang.Object
  extended by LaColla.core.util.pkt
All Implemented Interfaces:
java.io.Serializable

public class pkt
extends java.lang.Object
implements java.io.Serializable

Example catnet application packet public class - catnetpkt.

See Also:
Serialized Form

Constructor Summary
pkt(int type_, Msg msg_)
           
 
Method Summary
 Msg getMsg()
           
 int getType()
           
 void setMsg(Msg msg_)
           
 void setType(int type_)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

pkt

public pkt(int type_,
           Msg msg_)
Method Detail

setType

public void setType(int type_)

getType

public int getType()

setMsg

public void setMsg(Msg msg_)

getMsg

public Msg getMsg()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object