Class SummaryProductCategory
- java.lang.Object
-
- org.openbravo.erpCommon.ad_reports.SummaryProductCategory
-
- All Implemented Interfaces:
Serializable
,FieldProvider
public class SummaryProductCategory extends Object implements FieldProvider
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
category
BigDecimal
cost
-
Constructor Summary
Constructors Constructor Description SummaryProductCategory()
SummaryProductCategory(String category, BigDecimal cost)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCost(BigDecimal bigDecimal)
String
getField(String fieldName)
-
-
-
Field Detail
-
category
public String category
-
cost
public BigDecimal cost
-
-
Constructor Detail
-
SummaryProductCategory
public SummaryProductCategory()
-
SummaryProductCategory
public SummaryProductCategory(String category, BigDecimal cost)
-
-
Method Detail
-
getField
public String getField(String fieldName)
- Specified by:
getField
in interfaceFieldProvider
-
addCost
public void addCost(BigDecimal bigDecimal)
-
-