Class TmaTimePeriodWsDto

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.TmaTimePeriodWsDto
All Implemented Interfaces:
Serializable

@Validated public class TmaTimePeriodWsDto extends Object implements Serializable
A date time period between a start date and an end date
Since:
1810
See Also:
  • Constructor Details

    • TmaTimePeriodWsDto

      public TmaTimePeriodWsDto(Date startDate, Date endDate)
    • TmaTimePeriodWsDto

      public TmaTimePeriodWsDto()
  • Method Details

    • startDateTime

      public TmaTimePeriodWsDto startDateTime(Date startDateTime)
    • getStartDateTime

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

      public void setStartDateTime(Date startDateTime)
    • endDateTime

      public TmaTimePeriodWsDto endDateTime(Date endDateTime)
    • getEndDateTime

      @Valid public Date getEndDateTime()
      End date time 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