public class UsageInArrearTierUnitDetail
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
quantity |
protected int |
tier |
protected java.math.BigDecimal |
tierPrice |
protected java.lang.String |
tierUnit |
Constructor and Description |
---|
UsageInArrearTierUnitDetail(int tier,
java.lang.String tierUnit,
java.math.BigDecimal tierPrice,
java.lang.Integer quantity) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getQuantity() |
int |
getTier() |
java.math.BigDecimal |
getTierPrice() |
java.lang.String |
getTierUnit() |
protected final int tier
protected final java.lang.String tierUnit
protected final java.math.BigDecimal tierPrice
protected java.lang.Integer quantity
Copyright © 2010-2018. All Rights Reserved.