|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.muc.Occupant
public class Occupant
Represents the information about an occupant in a given room. The information will always have the affiliation and role of the occupant in the room. The full JID and nickname are optional.
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAffiliation()
Returns the affiliation of the occupant. |
String |
getJid()
Returns the full JID of the occupant. |
String |
getNick()
Returns the current nickname of the occupant in the room. |
String |
getRole()
Returns the current role of the occupant in the room. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getJid()
public String getAffiliation()
public String getRole()
public String getNick()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |