Smack

org.jivesoftware.smackx.workgroup.packet
Class OccupantsInfo.OccupantInfo

java.lang.Object
  extended by org.jivesoftware.smackx.workgroup.packet.OccupantsInfo.OccupantInfo
Enclosing class:
OccupantsInfo

public static class OccupantsInfo.OccupantInfo
extends Object


Constructor Summary
OccupantsInfo.OccupantInfo(String jid, String nickname, Date joined)
           
 
Method Summary
 String getJID()
           
 Date getJoined()
           
 String getNickname()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OccupantsInfo.OccupantInfo

public OccupantsInfo.OccupantInfo(String jid,
                                  String nickname,
                                  Date joined)
Method Detail

getJID

public String getJID()

getNickname

public String getNickname()

getJoined

public Date getJoined()

Smack

Copyright © 2003-2007 Jive Software.