Class URLMessage

java.lang.Object
  extended by URLMessage

public class URLMessage
extends java.lang.Object


Field Summary
(package private)  java.lang.String id
           
 
Constructor Summary
URLMessage(java.lang.String id)
          Construct a message with a uniquie id.
 
Method Summary
 java.lang.String addMessage(java.lang.String message)
          To add the message (parameter message) to the message.
 void clearMessge()
          To clear the message on the system
 java.lang.String getMessage()
          To get the message and return it as a String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

java.lang.String id
Constructor Detail

URLMessage

public URLMessage(java.lang.String id)
Construct a message with a uniquie id. This can be shared amongst many people

Method Detail

addMessage

public java.lang.String addMessage(java.lang.String message)
To add the message (parameter message) to the message.


clearMessge

public void clearMessge()
To clear the message on the system


getMessage

public java.lang.String getMessage()
To get the message and return it as a String