Class PeriodWithTime

java.lang.Object
ru.bitel.common.model.PeriodWithTime

public class PeriodWithTime extends Object
  • Constructor Details

    • PeriodWithTime

      public PeriodWithTime()
    • PeriodWithTime

      public PeriodWithTime(Date fromDate, Date toDate)
    • PeriodWithTime

      public PeriodWithTime(LocalDateTime fromDateTime, LocalDateTime toDateTime)
  • Method Details

    • getDateFrom

      public Date getDateFrom()
    • getLocalDateTimeFrom

      public LocalDateTime getLocalDateTimeFrom()
    • setLocalDateTimeFrom

      public void setLocalDateTimeFrom(LocalDateTime from)
    • getDateTo

      public Date getDateTo()
    • getLocalDateTimeTo

      public LocalDateTime getLocalDateTimeTo()
    • setLocalDateTimeTo

      public void setLocalDateTimeTo(LocalDateTime to)
    • toString

      public String toString()
      Overrides:
      toString in class Object