java.lang.Object
de.hybris.platform.b2bwebservicescommons.dto.company.DayRangeWsDTO
All Implemented Interfaces:
Serializable

public class DayRangeWsDTO extends Object implements Serializable
Maximum and minimum limits of the day range.
See Also:
  • Constructor Details

    • DayRangeWsDTO

      public DayRangeWsDTO()
  • Method Details

    • setMinBoundary

      public void setMinBoundary(Integer minBoundary)
    • getMinBoundary

      public Integer getMinBoundary()
    • setMaxBoundary

      public void setMaxBoundary(Integer maxBoundary)
    • getMaxBoundary

      public Integer getMaxBoundary()