Class TimePeriodType

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.TimePeriodType

public class TimePeriodType extends Object
Representation of a time period
  • Constructor Details

    • TimePeriodType

      public TimePeriodType()
  • Method Details

    • startDateTime

      public TimePeriodType startDateTime(Date startDateTime)
    • getStartDateTime

      @NotNull @Valid public @NotNull @Valid Date getStartDateTime()
      Start date of the period
      Returns:
      startDateTime
    • setStartDateTime

      public void setStartDateTime(Date startDateTime)
    • endDateTime

      public TimePeriodType endDateTime(Date endDateTime)
    • getEndDateTime

      @Valid public @Valid Date getEndDateTime()
      End date of the period
      Returns:
      endDateTime
    • setEndDateTime

      public void setEndDateTime(Date endDateTime)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object