| Constructor and Description |
|---|
Product(String productTitle) |
Product(String pid,
String productTitle,
String breadcrumb,
BigDecimal salePrice) |
Product(String pid,
String dataId,
String color,
String category,
Integer start,
String productTitle,
String breadcrumb,
BigDecimal salePrice) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBreadcrumb() |
List<String> |
getBreadcrumbList() |
String |
getCategory() |
String |
getColor() |
String |
getDataId() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getPid() |
String |
getProductTitle() |
Object |
getProperty(String property) |
String |
getQueryString() |
BigDecimal |
getSalePrice() |
Integer |
getStart() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public Product(String pid, String dataId, String color, String category, Integer start, String productTitle, String breadcrumb, BigDecimal salePrice)
public Product(String productTitle)
public Product(String pid, String productTitle, String breadcrumb, BigDecimal salePrice)
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 getPid()
public String getDataId()
public String getColor()
public String getCategory()
public Integer getStart()
public String getProductTitle()
public String getBreadcrumb()
public BigDecimal getSalePrice()
public String getQueryString()
getQueryString in interface QueryableCopyright © 2012-2013 Acquity Group. All Rights Reserved.