Class TimeWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.store.TimeWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Time- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFormattedHour()java.lang.BytegetHour()java.lang.BytegetMinute()voidsetFormattedHour(java.lang.String formattedHour)voidsetHour(java.lang.Byte hour)voidsetMinute(java.lang.Byte minute)
-
-
-
Method Detail
-
setHour
public void setHour(java.lang.Byte hour)
-
getHour
public java.lang.Byte getHour()
-
setMinute
public void setMinute(java.lang.Byte minute)
-
getMinute
public java.lang.Byte getMinute()
-
setFormattedHour
public void setFormattedHour(java.lang.String formattedHour)
-
getFormattedHour
public java.lang.String getFormattedHour()
-
-