eteg.sinon.core
Class Action

java.lang.Object
  extended by eteg.sinon.core.Action
All Implemented Interfaces:
Step

public class Action
extends java.lang.Object
implements Step

Class that represents an action to be executed after the data extraction of a page.

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

Constructor Summary
Action()
          Single constructor of this class.
 
Method Summary
 java.lang.String getCondition()
          Returns the value of the conditioni property.
 PageConfiguration getConfiguration()
          Returns the value of the configuration property.
 java.lang.String getForeach()
          Returns the value of the foreach property.
 java.lang.String getIndex()
          Returns the value of the index property.
 java.lang.String getPageId()
          Returns the value of the property pageId.
 java.lang.String getPropertyId()
          Returns the value of the propertyId property.
 java.lang.String getUrl()
          Returns the value of the url property.
 java.lang.String getVariable()
          Returns the value of the variable property.
 boolean isAction()
          Returns true.
 boolean isDataExtraction()
          Returns false.
 boolean isLoop()
          Returns false.
 boolean isPositioningStep()
          Returns false.
 void setCondition(java.lang.String condition)
          Sets the value of the condition property.
 void setConfiguration(PageConfiguration configuration)
          Sets the value of the configuration property.
 void setForeach(java.lang.String foreach)
          Sets the value of the foreach property.
 void setIndex(java.lang.String index)
          Sets the value of the index property.
 void setPageId(java.lang.String pageId)
          Sets the value of the pageId property.
 void setPropertyId(java.lang.String propertyId)
          Sets the value of the propertyId property.
 void setUrl(java.lang.String url)
          Sets the value of the url property.
 void setVariable(java.lang.String variable)
          Sets the value of the variable property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Single constructor of this class.

Method Detail

getPageId

public java.lang.String getPageId()
Returns the value of the property pageId.

Returns:
a String.

setPageId

public void setPageId(java.lang.String pageId)
Sets the value of the pageId property.

Parameters:
pageId - the new pageId value.

getForeach

public java.lang.String getForeach()
Returns the value of the foreach property.

Returns:
a String.

setForeach

public void setForeach(java.lang.String foreach)
Sets the value of the foreach property.

Parameters:
foreach - the new foreach value.

getVariable

public java.lang.String getVariable()
Returns the value of the variable property.

Returns:
a String.

setVariable

public void setVariable(java.lang.String variable)
Sets the value of the variable property.

Parameters:
variable - the new variable value.

getIndex

public java.lang.String getIndex()
Returns the value of the index property.

Returns:
a String.

setIndex

public void setIndex(java.lang.String index)
Sets the value of the index property.

Parameters:
index - the new index value.

getCondition

public java.lang.String getCondition()
Returns the value of the conditioni property.

Returns:
a String.

setCondition

public void setCondition(java.lang.String condition)
Sets the value of the condition property.

Parameters:
condition - the new condition value.

getPropertyId

public java.lang.String getPropertyId()
Returns the value of the propertyId property.

Returns:
a String.

setPropertyId

public void setPropertyId(java.lang.String propertyId)
Sets the value of the propertyId property.

Parameters:
propertyId - the new propertyId value.

getUrl

public java.lang.String getUrl()
Returns the value of the url property.

Returns:
a String.

setUrl

public void setUrl(java.lang.String url)
Sets the value of the url property.

Parameters:
url - the new url value.

getConfiguration

public PageConfiguration getConfiguration()
Returns the value of the configuration property.

Returns:
a String.

setConfiguration

public void setConfiguration(PageConfiguration configuration)
Sets the value of the configuration property.

Parameters:
configuration - the new configuration value.

isDataExtraction

public boolean isDataExtraction()
Returns false.

Specified by:
isDataExtraction in interface Step
Returns:
true if this step is a data extraction, false otherwise.

isPositioningStep

public boolean isPositioningStep()
Returns false.

Specified by:
isPositioningStep in interface Step
Returns:
true if this step is a positioning step, false otherwise.

isAction

public boolean isAction()
Returns true.

Specified by:
isAction in interface Step
Returns:
true if this step is an action, false otherwise.

isLoop

public boolean isLoop()
Returns false.

Specified by:
isLoop in interface Step
Returns:
true if this step is a loop, false otherwise.


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