Class UsageChargeOrderPrice
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.OrderPrice
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.UsageChargeOrderPrice
An order price per usage unit, either volume overage or tier price.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe end limit of the usage tierThe start limit of the usage tierinthashCode()voidsetTierEnd(String tierEnd) voidsetTierStart(String tierStart) toString()Methods inherited from class de.hybris.platform.b2ctelcotmfwebservices.v2.dto.OrderPrice
addOrderPriceItem, addPriceAlterationItem, atBaseType, atSchemaLocation, atType, billingAccount, description, getAtBaseType, getAtSchemaLocation, getAtType, getBillingAccount, getDescription, getId, getName, getOrderPrice, getPrice, getPriceAlteration, getPriceType, getProductOfferingPrice, getRecurringChargePeriod, getUnitOfMeasure, getUsageChargeType, id, name, orderPrice, price, priceAlteration, priceType, productOfferingPrice, recurringChargePeriod, setAtBaseType, setAtSchemaLocation, setAtType, setBillingAccount, setDescription, setId, setName, setOrderPrice, setPrice, setPriceAlteration, setPriceType, setProductOfferingPrice, setRecurringChargePeriod, setUnitOfMeasure, setUsageChargeType, unitOfMeasure, usageChargeType
-
Constructor Details
-
UsageChargeOrderPrice
public UsageChargeOrderPrice()
-
-
Method Details
-
tierStart
-
getTierStart
The start limit of the usage tier- Returns:
- tierStart
-
setTierStart
-
tierEnd
-
getTierEnd
The end limit of the usage tier- Returns:
- tierEnd
-
setTierEnd
-
equals
- Overrides:
equalsin classOrderPrice
-
hashCode
public int hashCode()- Overrides:
hashCodein classOrderPrice
-
toString
- Overrides:
toStringin classOrderPrice
-