com.acquitygroup.demandware:demandware-testing-framework:0.09

com.acquitygroup.webtest.model.category
[Java] Class QueryParamCategoryLevel

java.lang.Object
  com.acquitygroup.webtest.model.category.CategoryLevel
      com.acquitygroup.webtest.model.category.QueryParamCategoryLevel
All Implemented Interfaces:
GroovyObject

public class QueryParamCategoryLevel
extends CategoryLevel

Constructor Summary
QueryParamCategoryLevel(String category, String categoryTitle)

 
Method Summary
MetaClass getMetaClass()

Object getProperty(String property)

String getQueryString()

Object invokeMethod(String method, Object arguments)

void setMetaClass(MetaClass mc)

void setProperty(String property, Object value)

 
Methods inherited from class CategoryLevel
getCategory, getMetaClass, getProperty, getQueryString, getTitle, invokeMethod, setMetaClass, setProperty
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

QueryParamCategoryLevel

public QueryParamCategoryLevel(String category, String categoryTitle)


 
Method Detail

getMetaClass

public MetaClass getMetaClass()


getProperty

public Object getProperty(String property)


getQueryString

public String getQueryString()


invokeMethod

public Object invokeMethod(String method, Object arguments)


setMetaClass

public void setMetaClass(MetaClass mc)


setProperty

public void setProperty(String property, Object value)


 

com.acquitygroup.demandware:demandware-testing-framework:0.09