com.sdm.quasar.client.showcase.swing.dialogs.structured
Class StructuredDialogData

java.lang.Object
  extended bycom.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogData

public class StructuredDialogData
extends java.lang.Object

This is a simple plain java bean used by the StructuredDialog to provide data to the StructuredDialogPresentation.

Version:
1.0
Author:
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG

Constructor Summary
StructuredDialogData()
           
 
Method Summary
 java.lang.String getMessage()
          Get the current value of the message.
 void setMessage(java.lang.String message)
          Set the new value of the message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructuredDialogData

public StructuredDialogData()
Method Detail

getMessage

public java.lang.String getMessage()
Get the current value of the message.

Returns:
the message

setMessage

public void setMessage(java.lang.String message)
Set the new value of the message

Parameters:
message - the new message