public class Address extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
Address(String addressName,
String firstName,
String lastName,
String address1,
String address2,
String countryCode,
String stateCode,
String city,
String zipCode,
String phone) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress1() |
String |
getAddress2() |
String |
getAddressName() |
String |
getCity() |
String |
getCountryCode() |
String |
getFirstName() |
String |
getLastName() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getPhone() |
Object |
getProperty(String property) |
String |
getStateCode() |
String |
getZipCode() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getAddressName()
public String getFirstName()
public String getLastName()
public String getAddress1()
public String getAddress2()
public String getCountryCode()
public String getStateCode()
public String getCity()
public String getZipCode()
public String getPhone()
Copyright © 2012-2013 Acquity Group. All Rights Reserved.