Class DialUpSessionUtils.ServiceRange

java.lang.Object
ru.bitel.bgbilling.modules.dialup.server.bean.DialUpSessionUtils.ServiceRange
Enclosing class:
DialUpSessionUtils

public static class DialUpSessionUtils.ServiceRange
extends java.lang.Object
Диапазон услуги
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.util.Calendar fromDate  
    java.util.Calendar toDate  
  • Constructor Summary

    Constructors
    Constructor Description
    ServiceRange()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • fromDate

      public java.util.Calendar fromDate
    • toDate

      public java.util.Calendar toDate
  • Constructor Details

    • ServiceRange

      public ServiceRange()