public class Product extends AbstractProduct
| Modifier and Type | Class and Description |
|---|---|
static class |
Product.Builder |
breadCrumb, color, pid, price, size, title| Constructor and Description |
|---|
Product(String title,
String categoryUrlSegment,
ProductIdentifier pid,
ProductColor color,
ProductPrice price,
ProductSize size,
Breadcrumb breadCrumb,
Integer start) |
| Modifier and Type | Method and Description |
|---|---|
static Product.Builder |
builder(ProductIdentifier productIdentifier,
String title) |
String |
getCategoryUrlSegment() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getQueryString() |
Integer |
getStart() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
getBreadCrumb, getColor, getPid, getPrice, getSize, getTitlepublic Product(String title, String categoryUrlSegment, ProductIdentifier pid, ProductColor color, ProductPrice price, ProductSize size, Breadcrumb breadCrumb, Integer start)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class AbstractProductpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class AbstractProductpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class AbstractProductpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class AbstractProductpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class AbstractProductpublic static Product.Builder builder(ProductIdentifier productIdentifier, String title)
public String getCategoryUrlSegment()
public Integer getStart()
public String getQueryString()
Copyright © 2012-2013 Acquity Group. All Rights Reserved.