Class PerUnitUsageChargeData
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.data.UsageChargeData
-
- de.hybris.platform.subscriptionfacades.data.PerUnitUsageChargeData
-
- All Implemented Interfaces:
java.io.Serializable
public class PerUnitUsageChargeData extends UsageChargeData
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PerUnitUsageChargeData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetBlockSize()java.lang.IntegergetIncludedQty()java.lang.IntegergetMinBlocks()UsageChargeTypeDatagetUsageChargeType()voidsetBlockSize(java.lang.Integer blockSize)voidsetIncludedQty(java.lang.Integer includedQty)voidsetMinBlocks(java.lang.Integer minBlocks)voidsetUsageChargeType(UsageChargeTypeData usageChargeType)-
Methods inherited from class de.hybris.platform.subscriptionfacades.data.UsageChargeData
getFromDate, getName, getNetAmount, getToDate, getUsage, getUsageChargeEntries, getUsageUnit, setFromDate, setName, setNetAmount, setToDate, setUsage, setUsageChargeEntries, setUsageUnit
-
-
-
-
Method Detail
-
setUsageChargeType
public void setUsageChargeType(UsageChargeTypeData usageChargeType)
-
getUsageChargeType
public UsageChargeTypeData getUsageChargeType()
-
setBlockSize
public void setBlockSize(java.lang.Integer blockSize)
-
getBlockSize
public java.lang.Integer getBlockSize()
-
setIncludedQty
public void setIncludedQty(java.lang.Integer includedQty)
-
getIncludedQty
public java.lang.Integer getIncludedQty()
-
setMinBlocks
public void setMinBlocks(java.lang.Integer minBlocks)
-
getMinBlocks
public java.lang.Integer getMinBlocks()
-
-