public class ZoneOffsetRecord extends RecordWrapper
core::ZoneOffset
record.Modifier and Type | Field and Description |
---|---|
static String |
HOURS
Property name of hours field.
|
static String |
MINUTES
Property name of minutes field.
|
static String |
SECONDS
Property name of seconds field.
|
static 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.
|
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, unwrap
public static final String ZONE_OFFSET_TYPE
core::ZoneOffset
.public static final String HOURS
public static final String MINUTES
public static final String SECONDS
public ZoneOffsetRecord()
public ZoneOffsetRecord(RecordHolder holder)
holder
- public String getTypeName()
IRecordWrapper
getTypeName
in interface IRecordWrapper
getTypeName
in class RecordWrapper
public 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.