|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.techventus.server.voice.datatypes.records.Record
com.techventus.server.voice.datatypes.records.Call
public class Call
Field Summary |
---|
Fields inherited from class com.techventus.server.voice.datatypes.records.Record |
---|
contact, date, id, read, title |
Constructor Summary | |
---|---|
Call(java.lang.String id,
java.lang.String title,
java.util.Date date,
Contact contact,
boolean read)
|
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a String representation |
Methods inherited from class com.techventus.server.voice.datatypes.records.Record |
---|
getContact, getDate, getId, getTitle, isCall, isShortMessage, isVoicemail, setContact, setDate, setId, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Call(java.lang.String id, java.lang.String title, java.util.Date date, Contact contact, boolean read)
title
- date
- contact
- Method Detail |
---|
public java.lang.String toString()
Record
toString
in class Record
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |