|
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.Address
public class Address extends Object
| Constructor Summary | |
Address(String addressName, String firstName, String lastName, String address1, String address2, String countryCode, String stateCode, String city, String zipCode, String phone)
|
|
| Method Summary | |
|---|---|
String
|
getAddress1()
|
String
|
getAddress2()
|
String
|
getAddressName()
|
String
|
getCity()
|
String
|
getCountryCode()
|
String
|
getFirstName()
|
String
|
getLastName()
|
MetaClass
|
getMetaClass()
|
String
|
getPhone()
|
Object
|
getProperty(String property)
|
String
|
getStateCode()
|
String
|
getZipCode()
|
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 |
|---|
public Address(String addressName, String firstName, String lastName, String address1, String address2, String countryCode, String stateCode, String city, String zipCode, String phone)
| Method Detail |
|---|
public String getAddress1()
public String getAddress2()
public String getAddressName()
public String getCity()
public String getCountryCode()
public String getFirstName()
public String getLastName()
public MetaClass getMetaClass()
public String getPhone()
public Object getProperty(String property)
public String getStateCode()
public String getZipCode()
public Object invokeMethod(String method, Object arguments)
public void setMetaClass(MetaClass mc)
public void setProperty(String property, Object value)
com.acquitygroup.demandware:demandware-testing-framework:0.09