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

com.acquitygroup.webtest.model
[Java] Class Customer

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

public class Customer
extends Object

Constructor Summary
Customer(String email, String firstName, String lastName, String password, Date birthday, List paymentMethods, List addressBook, List orders)

 
Method Summary
String getAddressBook()

String getEmail()

String getFirstName()

String getLastName()

MetaClass getMetaClass()

String getOrders()

String getPassword()

String getPaymentMethods()

Object getProperty(String property)

Object invokeMethod(String method, Object arguments)

String prettyPrintBirthday()

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

Customer

public Customer(String email, String firstName, String lastName, String password, Date birthday, List paymentMethods, List addressBook, List orders)


 
Method Detail

getAddressBook

public String getAddressBook()


getEmail

public String getEmail()


getFirstName

public String getFirstName()


getLastName

public String getLastName()


getMetaClass

public MetaClass getMetaClass()


getOrders

public String getOrders()


getPassword

public String getPassword()


getPaymentMethods

public String getPaymentMethods()


getProperty

public Object getProperty(String property)


invokeMethod

public Object invokeMethod(String method, Object arguments)


prettyPrintBirthday

public String prettyPrintBirthday()


setMetaClass

public void setMetaClass(MetaClass mc)


setProperty

public void setProperty(String property, Object value)


 

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