i3mclient.communication
Class BuddyData

java.lang.Object
  |
  +--i3mclient.communication.BuddyData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BuddyDataComparable

public class BuddyData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BuddyData()
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 String getGroup()
           
 String getNick()
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStatus()
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserID()
           
 int hashCode()
           
 void setGroup(String group)
           
 void setNick(String nick)
           
 void setStatus(int status)
           
 void setUserID(long userID)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuddyData

public BuddyData()
Method Detail

getNick

public String getNick()

setNick

public void setNick(String nick)

getUserID

public long getUserID()

setUserID

public void setUserID(long userID)

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

getGroup

public String getGroup()

setGroup

public void setGroup(String group)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer