TextObjectpublic class TextObject extends com.sun.midp.io.j2me.sms.TextObject Implements a CBS text message for the CBS message connection. |
Constructors Summary |
---|
public TextObject(String toAddress)Constructs a message and initialize the target address.
super(toAddress);
|
Methods Summary |
---|
public java.util.Date | getTimestamp()Returns the time at which the message was sent.
return null;
| public void | setTimeStamp()Sets the time at which the message was sent.
throw new IllegalArgumentException("Cannot set time stamp.");
|
|