Package tigase.xmpp.mam
Class QueryImpl
- java.lang.Object
-
- tigase.xmpp.mam.QueryImpl
-
-
Constructor Summary
Constructors Constructor Description QueryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JIDgetComponentJID()DategetEnd()StringgetId()JIDgetQuestionerJID()RSMgetRsm()DategetStart()JIDgetWith()voidsetComponentJID(JID componentJID)voidsetEnd(Date end)voidsetId(String id)voidsetQuestionerJID(JID questionerJID)voidsetStart(Date start)voidsetWith(JID with)
-
-
-
Method Detail
-
getQuestionerJID
public JID getQuestionerJID()
- Specified by:
getQuestionerJIDin interfaceQuery
-
setQuestionerJID
public void setQuestionerJID(JID questionerJID)
- Specified by:
setQuestionerJIDin interfaceQuery
-
getComponentJID
public JID getComponentJID()
- Specified by:
getComponentJIDin interfaceQuery
-
setComponentJID
public void setComponentJID(JID componentJID)
- Specified by:
setComponentJIDin interfaceQuery
-
-