pl.mn.communicator.packet.in
Class GGPubdirReply

java.lang.Object
  extended by pl.mn.communicator.packet.in.GGPubdirReply
All Implemented Interfaces:
GGPacket, GGPubdirConsts, GGIncomingPackage

public class GGPubdirReply
extends java.lang.Object
implements GGIncomingPackage, GGPubdirConsts

Version:
$Id: GGPubdirReply.java,v 1.1 2005/11/05 23:34:52 winnetou25 Exp $
Author:
Marcin Naglik, Mateusz Szczap

Field Summary
static int GG_PUBDIR50_REPLY
           
 
Fields inherited from interface pl.mn.communicator.packet.GGPubdirConsts
ACTIVE, BIRTH_YEAR, CITY, FAMILY_CITY, FAMILY_NAME, FIRST_NAME, GENDER, GG_PUBDIR50_READ, GG_PUBDIR50_SEARCH, GG_PUBDIR50_SEARCH_REPLY, GG_PUBDIR50_WRITE, LAST_NAME, NEXT_START, NICK_NAME, START, STATUS, UIN
 
Constructor Summary
GGPubdirReply(byte[] data)
           
 
Method Summary
 int getPacketType()
          Returns Gadu-Gadu packet type.
 PersonalInfo getPubdirReadReply()
           
 PublicDirSearchReply getPubdirSearchReply()
           
 int getQuerySeq()
           
 boolean isPubdirReadReply()
           
 boolean isPubdirSearchReply()
           
 boolean isPubdirWriteReply()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GG_PUBDIR50_REPLY

public static final int GG_PUBDIR50_REPLY
See Also:
Constant Field Values
Constructor Detail

GGPubdirReply

public GGPubdirReply(byte[] data)
Method Detail

getQuerySeq

public int getQuerySeq()

getPubdirReadReply

public PersonalInfo getPubdirReadReply()

getPubdirSearchReply

public PublicDirSearchReply getPubdirSearchReply()

getPacketType

public int getPacketType()
Description copied from interface: GGPacket
Returns Gadu-Gadu packet type.

Specified by:
getPacketType in interface GGPacket
Returns:
constant specyfing Gadu-Gadu packet type.
See Also:
GGPacket.getPacketType()

isPubdirSearchReply

public boolean isPubdirSearchReply()

isPubdirReadReply

public boolean isPubdirReadReply()

isPubdirWriteReply

public boolean isPubdirWriteReply()


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.