Class TmaTimePeriodWsDto
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.TmaTimePeriodWsDto
- All Implemented Interfaces:
Serializable
A date time period between a start date and an end date
- Since:
- 1810
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendDateTime(Date endDateTime) booleanEnd date time of the periodStart date time of the periodinthashCode()voidsetEndDateTime(Date endDateTime) voidsetStartDateTime(Date startDateTime) startDateTime(Date startDateTime) toString()
-
Constructor Details
-
TmaTimePeriodWsDto
-
TmaTimePeriodWsDto
public TmaTimePeriodWsDto()
-
-
Method Details
-
startDateTime
-
getStartDateTime
Start date time of the period- Returns:
- startDateTime
-
setStartDateTime
-
endDateTime
-
getEndDateTime
End date time of the period- Returns:
- endDateTime
-
setEndDateTime
-
equals
-
hashCode
public int hashCode() -
toString
-