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

com.acquitygroup.webtest.model.navigation
[Java] Class Breadcrumb

java.lang.Object
  com.acquitygroup.webtest.model.navigation.Breadcrumb
All Implemented Interfaces:
GroovyObject

public class Breadcrumb
extends Object

Constructor Summary
Breadcrumb(String encodedBreadcrumb)

 
Method Summary
List getBreadcrumbList()

String getEncodedBreadcrumb()

MetaClass getMetaClass()

Object getProperty(String property)

Object invokeMethod(String method, Object arguments)

void setMetaClass(MetaClass mc)

void setProperty(String property, Object value)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

Breadcrumb

public Breadcrumb(String encodedBreadcrumb)


 
Method Detail

getBreadcrumbList

public List getBreadcrumbList()


getEncodedBreadcrumb

public String getEncodedBreadcrumb()


getMetaClass

public MetaClass getMetaClass()


getProperty

public Object getProperty(String property)


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