public interface Product
Product| Modifier and Type | Method and Description |
|---|---|
boolean |
compliesWithLimits(String unit,
double value) |
Product[] |
getAvailable() |
String |
getCatalogName() |
ProductCategory |
getCategory() |
Product[] |
getIncluded() |
Limit[] |
getLimits() |
String |
getName() |
boolean |
isRetired() |
String getName()
Productboolean isRetired()
Product has been retiredProduct[] getAvailable()
Product that can be purchased with that oneProduct[] 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-2014. All Rights Reserved.