public interface Query
Modifier and Type | Method and Description |
---|---|
JID |
getComponentJID() |
Date |
getEnd() |
String |
getId() |
JID |
getQuestionerJID() |
RSM |
getRsm() |
Date |
getStart() |
JID |
getWith() |
void |
setComponentJID(JID componentJID) |
void |
setEnd(Date end) |
void |
setId(String id) |
void |
setQuestionerJID(JID questionerJID) |
void |
setStart(Date start) |
void |
setWith(JID with) |
JID getQuestionerJID()
void setQuestionerJID(JID questionerJID)
JID getComponentJID()
void setComponentJID(JID componentJID)
String getId()
void setId(String id)
Date getStart()
void setStart(Date start)
Date getEnd()
void setEnd(Date end)
JID getWith()
void setWith(JID with)
RSM getRsm()
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.