Package com.onslip360
Class API.ProductGroupSummary
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.ProductGroupSummary>
 - 
- com.onslip360.API.ProductGroupSummary
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.ProductGroupSummary>>
- Enclosing class:
 - API
 
public static class API.ProductGroupSummary extends Onslip360Object<API.ProductGroupSummary>
 
- 
- 
Constructor Summary
Constructors Constructor Description ProductGroupSummary(Double amount, Long productGroup, String productGroupName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubleamount()API.ProductGroupSummaryamount(Double amount)LongproductGroup()API.ProductGroupSummaryproductGroup(Long productGroup)StringproductGroupName()API.ProductGroupSummaryproductGroupName(String productGroupName)- 
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
amount
@Nonnull public Double amount()
 
- 
productGroup
@Nonnull public Long productGroup()
 
- 
productGroupName
@Nonnull public String productGroupName()
 
- 
amount
@Nonnull public API.ProductGroupSummary amount(Double amount)
 
- 
productGroup
@Nonnull public API.ProductGroupSummary productGroup(Long productGroup)
 
- 
productGroupName
@Nonnull public API.ProductGroupSummary productGroupName(String productGroupName)
 
 - 
 
 -