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