public interface ICRMDOUsageServiceCatalogAmountEntity
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getUsageServiceCatalogAmount() |
java.math.BigDecimal |
getUsageServiceCatalogBaseAmount() |
java.math.BigDecimal |
getUsageServiceCatalogDiscountAmount() |
void |
setUsageServiceCatalogAmount(java.math.BigDecimal usageServiceCatalogAmount) |
void |
setUsageServiceCatalogBaseAmount(java.math.BigDecimal usageServiceCatalogBaseAmount) |
void |
setUsageServiceCatalogDiscountAmount(java.math.BigDecimal usageServiceCatalogDiscountAmount) |
void setUsageServiceCatalogBaseAmount(java.math.BigDecimal usageServiceCatalogBaseAmount)
java.math.BigDecimal getUsageServiceCatalogBaseAmount()
void setUsageServiceCatalogAmount(java.math.BigDecimal usageServiceCatalogAmount)
java.math.BigDecimal getUsageServiceCatalogAmount()
void setUsageServiceCatalogDiscountAmount(java.math.BigDecimal usageServiceCatalogDiscountAmount)
java.math.BigDecimal getUsageServiceCatalogDiscountAmount()