public interface Product extends CatalogEntity
Product| Modifier and Type | Method and Description |
|---|---|
boolean |
compliesWithLimits(String unit,
double value) |
Collection<Product> |
getAvailable() |
String |
getCatalogName() |
ProductCategory |
getCategory() |
Collection<Product> |
getIncluded() |
Limit[] |
getLimits() |
getName, getPrettyNameCollection<Product> getAvailable()
Product that can be purchased with that oneCollection<Product> getIncluded()
Product that are already included within this oneProductCategory getCategory()
ProductCategory associated with that ProductString getCatalogName()
Product has been definedLimit[] getLimits()
boolean compliesWithLimits(String unit, double value)
Copyright © 2010-2017. All Rights Reserved.