|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dexterim.oscar.entity.Snac
Constructor Summary | |
Snac()
|
|
Snac(int family,
int type,
int flags)
|
Method Summary | |
byte[] |
getData()
|
int |
getFamily()
|
int |
getFlags()
|
int |
getRequest()
|
int |
getType()
|
void |
setData(byte[] data)
|
void |
setRequest(int request)
|
byte[] |
toByteArray()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Snac()
public Snac(int family, int type, int flags)
Method Detail |
public int getFamily()
public int getFlags()
public int getRequest()
public void setRequest(int request)
request
- public int getType()
public byte[] getData()
public void setData(byte[] data)
data
- public java.lang.String toString()
public byte[] toByteArray()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |