com.beem.project.beem.service
Class UserInfo
java.lang.Object
com.beem.project.beem.service.UserInfo
- All Implemented Interfaces:
- Parcelable
public class UserInfo
- extends Object
- implements Parcelable
This class contains information about the user of the connection.
These informations are sent by the connection.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final Parcelable.Creator<UserInfo> CREATOR
- Parcelable.Creator needs by Android.
UserInfo
public UserInfo(String jid)
- Constructor.
- Parameters:
jid - jid of the user
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel in interface Parcelable
describeContents
public int describeContents()
- Specified by:
describeContents in interface Parcelable
getAvatarId
public String getAvatarId()
- Get the avatar id of the user.
- Returns:
- the avatar id
setAvatarId
public void setAvatarId(String avatarId)
- Set the avater id of the user.
- Parameters:
avatarId - the avatar id
getJid
public String getJid()
- Get the full jid of the user.
- Returns:
- the jid
Copyright © 2009 Beem-project.com. All Rights Reserved.