se.perfectfools.localizer.impl
Class MessageImpl

java.lang.Object
  extended byse.perfectfools.localizer.impl.MessageImpl
All Implemented Interfaces:
Message

public class MessageImpl
extends java.lang.Object
implements Message

Author:
Pål Brattberg, pal@eminds.se

Constructor Summary
MessageImpl()
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getText()
           
 void setId(java.lang.String id)
           
 void setText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageImpl

public MessageImpl()
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Message
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Specified by:
setId in interface Message
Parameters:
id - The id to set.

getText

public java.lang.String getText()
Specified by:
getText in interface Message
Returns:
Returns the text.

setText

public void setText(java.lang.String text)
Specified by:
setText in interface Message
Parameters:
text - The text to set.


Copyright © 2004 Eminds AB. All Rights Reserved.