eteg.sinon.core
Class PageConfiguration

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

public class PageConfiguration
extends java.lang.Object

Class that represents the configuration of a page in Sinon.

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

Constructor Summary
PageConfiguration()
          Constructor with no parameters.
 
Method Summary
 ParameterSet getParameterSet()
          Returns the value of the parameterSet property.
 void setParameterSet(ParameterSet parameterSet)
          Sets the value of the parameterSet property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageConfiguration

public PageConfiguration()
Constructor with no parameters.

Method Detail

getParameterSet

public ParameterSet getParameterSet()
Returns the value of the parameterSet property.

Returns:
a String.

setParameterSet

public void setParameterSet(ParameterSet parameterSet)
Sets the value of the parameterSet property.

Parameters:
parameterSet - the new parameterSet value.


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