tigase.server.gateways
Class RosterItem

java.lang.Object
  extended by tigase.server.gateways.RosterItem

public class RosterItem
extends Object

Describe class RosterItem here. Created: Tue Nov 13 18:41:27 2007

Version:
$Rev$
Author:
Artur Hefczyc

Constructor Summary
RosterItem(String buddy_id)
          Creates a new RosterItem instance.
 
Method Summary
 String getBuddyId()
           
 List<String> getGroups()
          Get the Groups value.
 String getName()
          Get the Name value.
 UserStatus getStatus()
          Get the Status value.
 String getSubscription()
          Get the Subscription value.
 void setGroups(List<String> newGroups)
          Set the Groups value.
 void setName(String newName)
          Set the Name value.
 void setStatus(UserStatus newStatus)
          Set the Status value.
 void setSubscription(String newSubscription)
          Set the Subscription value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RosterItem

public RosterItem(String buddy_id)
Creates a new RosterItem instance.

Method Detail

getGroups

public List<String> getGroups()
Get the Groups value.

Returns:
a List value

setGroups

public void setGroups(List<String> newGroups)
Set the Groups value.

Parameters:
newGroups - The new Groups value.

getStatus

public UserStatus getStatus()
Get the Status value.

Returns:
an UserStatus value

setStatus

public void setStatus(UserStatus newStatus)
Set the Status value.

Parameters:
newStatus - The new Status value.

getSubscription

public String getSubscription()
Get the Subscription value.

Returns:
a String value

setSubscription

public void setSubscription(String newSubscription)
Set the Subscription value.

Parameters:
newSubscription - The new Subscription value.

getName

public String getName()
Get the Name value.

Returns:
a String value

setName

public void setName(String newName)
Set the Name value.

Parameters:
newName - The new Name value.

getBuddyId

public String getBuddyId()


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.