|
com.acquitygroup.demandware:demandware-testing-framework:0.09 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.acquitygroup.webtest.model.Customer
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 |
|---|
public Customer(String email, String firstName, String lastName, String password, Date birthday, List paymentMethods, List addressBook, List orders)
| Method Detail |
|---|
public String getAddressBook()
public String getEmail()
public String getFirstName()
public String getLastName()
public MetaClass getMetaClass()
public String getOrders()
public String getPassword()
public String getPaymentMethods()
public Object getProperty(String property)
public Object invokeMethod(String method, Object arguments)
public String prettyPrintBirthday()
public void setMetaClass(MetaClass mc)
public void setProperty(String property, Object value)
com.acquitygroup.demandware:demandware-testing-framework:0.09