public class TimeOfDayMetadata extends ORMetadata
Constructor and Description |
---|
TimeOfDayMetadata()
INTERNAL:
Used for XML loading.
|
TimeOfDayMetadata(MetadataAnnotation timeOfDay,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object objectToCompare)
INTERNAL:
|
Integer |
getHour()
INTERNAL:
Used for OX mapping.
|
Integer |
getMillisecond()
INTERNAL:
Used for OX mapping.
|
Integer |
getMinute()
INTERNAL:
Used for OX mapping.
|
Integer |
getSecond()
INTERNAL:
Used for OX mapping.
|
Integer |
processHour()
INTERNAL:
|
Integer |
processMillisecond()
INTERNAL:
|
Integer |
processMinute()
INTERNAL:
|
Integer |
processSecond()
INTERNAL:
|
void |
setHour(Integer hour)
INTERNAL:
Used for OX mapping.
|
void |
setMillisecond(Integer millisecond)
INTERNAL:
Used for OX mapping.
|
void |
setMinute(Integer minute)
INTERNAL:
Used for OX mapping.
|
void |
setSecond(Integer second)
INTERNAL:
Used for OX mapping.
|
getAccessibleObjectName, getAnnotation, getEntityMappings, getJavaClassName, getLoader, getLocation, getLogger, getMetadataClass, getMetadataClass, getMetadataClass, getMetadataFactory, getProject, initXMLObject, loadedFromAnnotation, loadedFromEclipseLinkXML, loadedFromXML, setAccessibleObject, setEntityMappings, setProject, shouldOverride
public TimeOfDayMetadata()
public TimeOfDayMetadata(MetadataAnnotation timeOfDay, MetadataAccessor accessor)
public boolean equals(Object objectToCompare)
equals
in class ORMetadata
public Integer getHour()
public Integer getMillisecond()
public Integer getMinute()
public Integer getSecond()
public Integer processHour()
public Integer processMillisecond()
public Integer processMinute()
public Integer processSecond()
public void setHour(Integer hour)
public void setMillisecond(Integer millisecond)
public void setMinute(Integer minute)
public void setSecond(Integer second)
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference