Class TimeOfDayImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<TimeOfDayMetadata>
-
- org.eclipse.persistence.internal.jpa.config.cache.TimeOfDayImpl
-
- All Implemented Interfaces:
TimeOfDay
public class TimeOfDayImpl extends MetadataImpl<TimeOfDayMetadata> implements TimeOfDay
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description TimeOfDayImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeOfDaysetHour(java.lang.Integer hour)TimeOfDaysetMillisecond(java.lang.Integer millisecond)TimeOfDaysetMinute(java.lang.Integer minute)TimeOfDaysetSecond(java.lang.Integer second)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setHour
public TimeOfDay setHour(java.lang.Integer hour)
-
setMillisecond
public TimeOfDay setMillisecond(java.lang.Integer millisecond)
- Specified by:
setMillisecondin interfaceTimeOfDay
-
setMinute
public TimeOfDay setMinute(java.lang.Integer minute)
-
-