Time Zone Code


Added On:  08/07/14 
SQL Table:  IAPP_TIME_ZONE_CODE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  TimeZoneCode 
Entity that represents general information about time zones.
Added On:  08/07/14
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Code of the time zone.
Added On:  08/07/14
SQL Column:  COUNTRY_CODE
Java Field:  countryCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Code of the country that specified time zone belongs to.
Added On:  08/07/14
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  06/21/22
SQL Column:  IS_DEFAULT
Java Field:  isDefault
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:Boolean.TRUE
Added On:  08/07/14
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Name of the time zone (e.g. EST).
Added On:  08/19/14
SQL Column:  SYSTEM_CODE
Java Field:  systemCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Code of the time zone in the system.