com.techventus.server.voice.datatypes.records
Class Call

java.lang.Object
  extended by com.techventus.server.voice.datatypes.records.Record
      extended by com.techventus.server.voice.datatypes.records.Call

public class Call
extends Record

Author:
Tobias Eisentraeger

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, getRead, getTitle, isCall, isShortMessage, isVoicemail, setContact, setDate, setId, setTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Call

public Call(java.lang.String id,
            java.lang.String title,
            java.util.Date date,
            Contact contact,
            boolean read)
Parameters:
title -
date -
contact -
Method Detail

toString

public java.lang.String toString()
Description copied from class: Record
Returns a String representation

Specified by:
toString in class Record