public class ZoneOffsetRecord extends RecordWrapper
core::ZoneOffset record.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HOURS
Property name of hours field.
|
static java.lang.String |
MINUTES
Property name of minutes field.
|
static java.lang.String |
SECONDS
Property name of seconds field.
|
static java.lang.String |
ZONE_OFFSET_TYPE
A full type name of
core::ZoneOffset. |
| Constructor and Description |
|---|
ZoneOffsetRecord()
Creates a new record wrapper instance with no record holder.
|
ZoneOffsetRecord(RecordHolder holder)
Creates a new record wrapper instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHours()
Returns the hours property.
|
int |
getMinutes()
Returns the minutes property.
|
int |
getSeconds()
Returns the seconds property.
|
java.lang.String |
getTypeName()
Returns the full type name of the record.
|
java.time.ZoneOffset |
getZoneOffset()
Returns the zone offset object.
|
void |
setHours(int hours)
Sets the hours property.
|
void |
setMinutes(int minutes)
Sets the minutes property.
|
void |
setSeconds(int seconds)
Sets the seconds property.
|
asMap, create, equals, getIntProperty, getProperty, hashCode, holder, isCreated, setIntProperty, setProperty, toCollection, toList, toSet, toString, unwrappublic static final java.lang.String ZONE_OFFSET_TYPE
core::ZoneOffset.public static final java.lang.String HOURS
public static final java.lang.String MINUTES
public static final java.lang.String SECONDS
public ZoneOffsetRecord()
public ZoneOffsetRecord(RecordHolder holder)
holder - public java.lang.String getTypeName()
IRecordWrappergetTypeName in interface IRecordWrappergetTypeName in class RecordWrapperpublic int getHours()
public void setHours(int hours)
hours - public int getMinutes()
public void setMinutes(int minutes)
minutes - public int getSeconds()
public void setSeconds(int seconds)
seconds - public java.time.ZoneOffset getZoneOffset()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.