eteg.sinon.core
Class PageStorageConfiguration

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

public class PageStorageConfiguration
extends java.lang.Object

Class that represents the storage configuration of a page. It's only property is filename. It contains the name of the file at which the downloaded page will be written.

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

Constructor Summary
PageStorageConfiguration()
          Contructor without parameters.
 
Method Summary
 java.lang.String getFilename()
          Returns the value of the filename property.
 void setFilename(java.lang.String filename)
          Sets the value of the filename property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageStorageConfiguration

public PageStorageConfiguration()
Contructor without parameters.

Method Detail

getFilename

public java.lang.String getFilename()
Returns the value of the filename property.

Returns:
a String.

setFilename

public void setFilename(java.lang.String filename)
Sets the value of the filename property.

Parameters:
filename - the new filename value.


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