public class AdditionProductServiceImpl extends Object implements ProductService
Constructor and Description |
---|
AdditionProductServiceImpl() |
public AdditionProductServiceImpl()
public Integer product(Integer left, Integer right)
ProductService
product
in interface ProductService
left
- an Integer
. cannot be null.right
- an Integer
. cannot be null.Integers
. Will never return null.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.