Class NumberOfDayRange
- java.lang.Object
-
- de.hybris.platform.accountsummaryaddon.document.NumberOfDayRange
-
-
Constructor Summary
Constructors Constructor Description NumberOfDayRange(java.lang.Integer minNumberOfDayRange, java.lang.Integer maxNumberOfDayRange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetMaxBoundary()java.lang.IntegergetMinBoundary()
-
-
-
Method Detail
-
getMinBoundary
public java.lang.Integer getMinBoundary()
- Specified by:
getMinBoundaryin interfaceRange
-
getMaxBoundary
public java.lang.Integer getMaxBoundary()
- Specified by:
getMaxBoundaryin interfaceRange
-
-