Region Code


Added On:  10/27/16 
SQL Table:  IAPP_REGION_CODE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  RegionCode 
Entity that represents information about region codes available in the system.
Available Fields:
Added On:  10/27/16
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Identifier of the object used for references; auto-incremented integer value.
Added On:  10/27/16
SQL Column:  COUNTRY_CODE
Java Field:  countryCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Code of the country that the region belongs to.
Added On:  10/27/16
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:  10/27/16
SQL Column:  NAME
Java Field:  name
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Name of the region that the code belongs to.