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

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

public class Voicemail
extends Record

Author:
Tobias Eisentraeger

Constructor Summary
Voicemail(java.lang.String id, java.lang.String title, java.util.Date date, Contact contact, Transcript transcript, boolean read)
           
 
Method Summary
 java.lang.String getMp3Url()
           
 Transcript getTransscript()
           
 void setId(java.lang.String id)
          Sets the id.
 void setMp3Url(java.lang.String mp3Url)
           
 void setTransscript(Transcript transcript)
           
 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, setTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Voicemail

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

setId

public void setId(java.lang.String id)
Description copied from class: Record
Sets the id.

Overrides:
setId in class Record
Parameters:
id - the id to set

getTransscript

public Transcript getTransscript()
Returns:
the transcript

setTransscript

public void setTransscript(Transcript transcript)
Parameters:
transcript - the transcript to set

getMp3Url

public java.lang.String getMp3Url()
Returns:
the mp3Url

setMp3Url

public void setMp3Url(java.lang.String mp3Url)
Parameters:
mp3Url - the mp3Url to set

toString

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

Specified by:
toString in class Record