hr.tis.mgw.client.message
Class RingToneMessage

java.lang.Object
  extended byhr.tis.mgw.client.message.Message
      extended byhr.tis.mgw.client.message.RingToneMessage
All Implemented Interfaces:
java.io.Serializable

public class RingToneMessage
extends Message

SMS message containing ringtone content.

See Also:
Serialized Form

Constructor Summary
RingToneMessage(java.lang.String melody, Format smsFormat)
          Constructs SMS RingTone message with melody as String in defined Format.
 
Method Summary
 java.lang.String getMelody()
          Return Melody as String.
 Format getSmsFormat()
          Return Message format.
 java.lang.String toString()
           
 
Methods inherited from class hr.tis.mgw.client.message.Message
getAttachments, getSubject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RingToneMessage

public RingToneMessage(java.lang.String melody,
                       Format smsFormat)
Constructs SMS RingTone message with melody as String in defined Format.

Parameters:
melody - Melody as String
smsFormat - Message format
Method Detail

getMelody

public java.lang.String getMelody()
Return Melody as String.

Returns:
Melody as String

getSmsFormat

public Format getSmsFormat()
Return Message format.

Returns:
Message format

toString

public java.lang.String toString()


Copyright © 2000-2007, TIS.kis d.o.o. All Rights Reserved.