|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteteg.sinon.core.Action
public class Action
Class that represents an action to be executed after the data extraction of a page.
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 |
---|
public Action()
Method Detail |
---|
public java.lang.String getPageId()
pageId
.
String
.public void setPageId(java.lang.String pageId)
pageId
property.
pageId
- the new pageId
value.public java.lang.String getForeach()
foreach
property.
String
.public void setForeach(java.lang.String foreach)
foreach
property.
foreach
- the new foreach
value.public java.lang.String getVariable()
variable
property.
String
.public void setVariable(java.lang.String variable)
variable
property.
variable
- the new variable
value.public java.lang.String getIndex()
index
property.
String
.public void setIndex(java.lang.String index)
index
property.
index
- the new index
value.public java.lang.String getCondition()
conditioni
property.
String
.public void setCondition(java.lang.String condition)
condition
property.
condition
- the new condition
value.public java.lang.String getPropertyId()
propertyId
property.
String
.public void setPropertyId(java.lang.String propertyId)
propertyId
property.
propertyId
- the new propertyId
value.public java.lang.String getUrl()
url
property.
String
.public void setUrl(java.lang.String url)
url
property.
url
- the new url
value.public PageConfiguration getConfiguration()
configuration
property.
String
.public void setConfiguration(PageConfiguration configuration)
configuration
property.
configuration
- the new configuration
value.public boolean isDataExtraction()
false
.
isDataExtraction
in interface Step
true
if this step is a data extraction,
false
otherwise.public boolean isPositioningStep()
false
.
isPositioningStep
in interface Step
true
if this step is a positioning step,
false
otherwise.public boolean isAction()
true
.
isAction
in interface Step
true
if this step is an action,
false
otherwise.public boolean isLoop()
false
.
isLoop
in interface Step
true
if this step is a loop,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |