public class CostSum
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
cid |
java.math.BigDecimal |
cost |
int |
sid |
Constructor and Description |
---|
CostSum(int contractId,
int serviceId,
java.math.BigDecimal cost) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |