Package g0501_0600.s0502_ipo
Class Solution.Data
-
- All Implemented Interfaces:
public final class Solution.Data
-
-
Constructor Summary
Constructors Constructor Description Solution.Data(Integer profit, Integer capital)
-
Method Summary
Modifier and Type Method Description final Integer
getProfit()
final Unit
setProfit(Integer profit)
final Integer
getCapital()
final Unit
setCapital(Integer capital)
-