|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fourthline.cling.support.messagebox.model.Message
org.fourthline.cling.support.messagebox.model.MessageIncomingCall
public class MessageIncomingCall
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.fourthline.cling.support.messagebox.model.Message |
|---|
Message.Category, Message.DisplayType |
| Field Summary |
|---|
| Fields inherited from class org.fourthline.cling.support.messagebox.model.Message |
|---|
randomGenerator |
| Constructor Summary | |
|---|---|
MessageIncomingCall(DateTime callTime,
NumberName callee,
NumberName caller)
|
|
MessageIncomingCall(Message.DisplayType displayType,
DateTime callTime,
NumberName callee,
NumberName caller)
|
|
MessageIncomingCall(NumberName callee,
NumberName caller)
|
|
| Method Summary | |
|---|---|
void |
appendMessageElements(MessageElement parent)
|
NumberName |
getCallee()
|
NumberName |
getCaller()
|
DateTime |
getCallTime()
|
| Methods inherited from class org.fourthline.cling.support.messagebox.model.Message |
|---|
equals, getCategory, getDisplayType, getId, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageIncomingCall(NumberName callee,
NumberName caller)
public MessageIncomingCall(DateTime callTime,
NumberName callee,
NumberName caller)
public MessageIncomingCall(Message.DisplayType displayType,
DateTime callTime,
NumberName callee,
NumberName caller)
| Method Detail |
|---|
public DateTime getCallTime()
public NumberName getCallee()
public NumberName getCaller()
public void appendMessageElements(MessageElement parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||