|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttigase.server.sreceiver.RosterItem
public class RosterItem
Describe class RosterItem here. Created: Fri May 11 22:46:58 2007
Constructor Summary | |
---|---|
RosterItem(tigase.xmpp.JID jid)
Creates a new RosterItem instance. |
Method Summary | |
---|---|
tigase.xmpp.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RosterItem(tigase.xmpp.JID jid)
RosterItem
instance.
Method Detail |
---|
public tigase.xmpp.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_accepted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |