Class TimePeriod
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.TimePeriod
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendDateTime(Date endDateTime) boolean@Valid DateEnd of the time period, using IETC-RFC-3339 format@Valid DateStart of the time period, using IETC-RFC-3339 format.inthashCode()voidsetEndDateTime(Date endDateTime) voidsetStartDateTime(Date startDateTime) startDateTime(Date startDateTime) toString()
-
Constructor Details
-
TimePeriod
public TimePeriod()
-
-
Method Details
-
endDateTime
-
getEndDateTime
End of the time period, using IETC-RFC-3339 format- Returns:
- endDateTime
-
setEndDateTime
-
startDateTime
-
getStartDateTime
Start of the time period, using IETC-RFC-3339 format. If you define a start, you must also define an end- Returns:
- startDateTime
-
setStartDateTime
-
equals
-
hashCode
public int hashCode() -
toString
-