java.lang.Object
com.logicommerce.sdk.models.implementations.PeriodDateImpl
All Implemented Interfaces:
PeriodDate

public class PeriodDateImpl extends Object implements PeriodDate

PeriodDateImpl class.

Since:
1.3.7
Author:
Logicommerce
  • Constructor Details

    • PeriodDateImpl

      public PeriodDateImpl()
  • Method Details

    • getStartDate

      public LocalDate getStartDate()

      Get startDate with ISO-8601 ("YYYY-MM-DD") format..

      Specified by:
      getStartDate in interface PeriodDate
      Returns:
      a String object
    • setStartDate

      public void setStartDate(LocalDate startDate)

      Setter for the field startDate.

      Parameters:
      startDate - a LocalDate object
    • getEndDate

      public LocalDate getEndDate()

      Get endDate with ISO-8601 ("YYYY-MM-DD") format..

      Specified by:
      getEndDate in interface PeriodDate
      Returns:
      a String object
    • setEndDate

      public void setEndDate(LocalDate endDate)

      Setter for the field endDate.

      Parameters:
      endDate - a LocalDate object