public class RosterItem extends Object
Constructor and Description |
---|
RosterItem(JID jid)
Creates a new
RosterItem instance. |
Modifier and Type | Method and Description |
---|---|
JID |
getJid()
Gets the value of jid
|
boolean |
isAdmin()
Gets the value of admin
|
boolean |
isModerationAccepted()
Gets the value of moderation_accepted
|
boolean |
isOnline()
Gets the value of online
|
boolean |
isOwner()
Gets the value of owner
|
boolean |
isSubscribed()
Gets the value of subscribed
|
void |
setAdmin(boolean argAdmin)
Sets the value of admin
|
void |
setModerationAccepted(boolean argModeration_accepted)
Sets the value of moderation_accepted
|
void |
setOnline(boolean argOnline)
Sets the value of online
|
void |
setOwner(boolean argOwner)
Sets the value of owner
|
void |
setSubscribed(boolean argSubscribed)
Sets the value of subscribed
|
public RosterItem(JID jid)
RosterItem
instance.public JID getJid()
public boolean isOnline()
public void setOnline(boolean argOnline)
argOnline
- Value to assign to this.onlinepublic boolean isSubscribed()
public void setSubscribed(boolean argSubscribed)
argSubscribed
- Value to assign to this.subscribedpublic boolean isOwner()
public void setOwner(boolean argOwner)
argOwner
- Value to assign to this.ownerpublic boolean isAdmin()
public void setAdmin(boolean argAdmin)
argAdmin
- Value to assign to this.adminpublic boolean isModerationAccepted()
public void setModerationAccepted(boolean argModeration_accepted)
argModeration_accepted
- Value to assign to this.moderation_acceptedCopyright © 2018 "Tigase, Inc.". All rights reserved.