public class Customer extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
Customer(String email,
String firstName,
String lastName,
String password,
Date birthday,
List<CreditCard> paymentMethods,
List<Address> addressBook,
List<Order> orders) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressBook() |
String |
getEmail() |
String |
getFirstName() |
String |
getLastName() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getOrders() |
String |
getPassword() |
String |
getPaymentMethods() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
String |
prettyPrintBirthday() |
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 getEmail()
public String getFirstName()
public String getLastName()
public String getPassword()
public String prettyPrintBirthday()
public String getPaymentMethods()
public String getAddressBook()
public String getOrders()
Copyright © 2012-2013 Acquity Group. All Rights Reserved.