eteg.sinon.core
Class Prompt

java.lang.Object
  extended by eteg.sinon.core.Prompt

public class Prompt
extends java.lang.Object

Class that represents an user interaction request.

Since:
0.0
Version:
$Revision: 1.2 $
Author:
Thiago H. de Paula Figueiredo, Last modified by $Author: thiagohp $

Constructor Summary
Prompt()
          Constructor without parameters.
 
Method Summary
 java.lang.String getDefaultValue()
          Returns the value of the defaultValue property.
 java.lang.String getId()
          Returns the value of the id property.
 java.lang.String getMessage()
          Returns the value of the message property.
 void setDefaultValue(java.lang.String defaultValue)
          Sets the value of the defaultValue property.
 void setId(java.lang.String id)
          Sets the value of the id property.
 void setMessage(java.lang.String message)
          Sets the value of the message property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prompt

public Prompt()
Constructor without parameters.

Method Detail

getId

public java.lang.String getId()
Returns the value of the id property.

Returns:
a String.

setId

public void setId(java.lang.String id)
Sets the value of the id property.

Parameters:
id - the new id value.

getMessage

public java.lang.String getMessage()
Returns the value of the message property.

Returns:
a String.

setMessage

public void setMessage(java.lang.String message)
Sets the value of the message property.

Parameters:
message - the new message value.

getDefaultValue

public java.lang.String getDefaultValue()
Returns the value of the defaultValue property.

Returns:
a String.

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)
Sets the value of the defaultValue property.

Parameters:
defaultValue - the new defaultValue value.


Copyright © 2004-2005 ETEG Internet Ltda.. All Rights Reserved.