| Modifier and Type | Field and Description |
|---|---|
protected Breadcrumb |
breadCrumb |
protected ProductColor |
color |
protected ProductIdentifier |
pid |
protected ProductPrice |
price |
protected ProductSize |
size |
protected String |
title |
| Constructor and Description |
|---|
AbstractProduct(String title,
ProductColor color,
ProductIdentifier pid,
ProductPrice price,
ProductSize size,
Breadcrumb breadCrumb) |
| Modifier and Type | Method and Description |
|---|---|
Breadcrumb |
getBreadCrumb() |
ProductColor |
getColor() |
groovy.lang.MetaClass |
getMetaClass() |
ProductIdentifier |
getPid() |
ProductPrice |
getPrice() |
Object |
getProperty(String property) |
ProductSize |
getSize() |
String |
getTitle() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetQueryStringprotected final ProductColor color
protected final ProductIdentifier pid
protected final ProductPrice price
protected final ProductSize size
protected final Breadcrumb breadCrumb
protected final String title
public AbstractProduct(String title, ProductColor color, ProductIdentifier pid, ProductPrice price, ProductSize size, Breadcrumb breadCrumb)
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 getTitle()
public ProductColor getColor()
public ProductIdentifier getPid()
public ProductPrice getPrice()
public ProductSize getSize()
public Breadcrumb getBreadCrumb()
Copyright © 2012-2013 Acquity Group. All Rights Reserved.