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

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

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

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

Address

public Address(String addressName, String firstName, String lastName, String address1, String address2, String countryCode, String stateCode, String city, String zipCode, String phone)


 
Method Detail

getAddress1

public String getAddress1()


getAddress2

public String getAddress2()


getAddressName

public String getAddressName()


getCity

public String getCity()


getCountryCode

public String getCountryCode()


getFirstName

public String getFirstName()


getLastName

public String getLastName()


getMetaClass

public MetaClass getMetaClass()


getPhone

public String getPhone()


getProperty

public Object getProperty(String property)


getStateCode

public String getStateCode()


getZipCode

public String getZipCode()


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