|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttigase.server.gateways.RosterItem
public class RosterItem
Describe class RosterItem here. Created: Tue Nov 13 18:41:27 2007
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 |
---|
public RosterItem(String buddy_id)
RosterItem
instance.
Method Detail |
---|
public List<String> getGroups()
Groups
value.
List
valuepublic void setGroups(List<String> newGroups)
Groups
value.
newGroups
- The new Groups value.public UserStatus getStatus()
Status
value.
UserStatus
valuepublic void setStatus(UserStatus newStatus)
Status
value.
newStatus
- The new Status value.public String getSubscription()
Subscription
value.
String
valuepublic void setSubscription(String newSubscription)
Subscription
value.
newSubscription
- The new Subscription value.public String getName()
Name
value.
String
valuepublic void setName(String newName)
Name
value.
newName
- The new Name value.public String getBuddyId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |