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


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

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