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

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

public class ShortMessage
extends Record


Field Summary
 
Fields inherited from class com.techventus.server.voice.datatypes.records.Record
contact, date, id, read, title
 
Constructor Summary
ShortMessage(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

ShortMessage

public ShortMessage(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