Serialized Form
-
Package africa.absa.inception.reference
-
Class africa.absa.inception.reference.Country extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Serialized Fields
-
code
@NotNull @Size(min=2,max=2) String code
The ISO 3166-1 alpha-2 code for the country. -
description
@NotNull @Size(max=200) String description
The description for the country. -
iso3Code
@NotNull @Size(min=3,max=3) String iso3Code
The ISO 3166-1 alpha-3 code for the country. -
localeId
@NotNull @Size(min=2,max=10) String localeId
The Unicode locale identifier for the country. -
name
@NotNull @Size(min=1,max=100) String name
The name of the country. -
nationality
@NotNull @Size(max=50) String nationality
The nationality for the country. -
shortName
@NotNull @Size(max=50) String shortName
The short name for the country. -
sortIndex
Integer sortIndex
The sort index for the country. -
sovereignState
@NotNull @Size(min=2,max=2) String sovereignState
The ISO 3166-1 alpha-2 code for the sovereign state the country is associated with.
-
-
Class africa.absa.inception.reference.CountryId extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.reference.Language extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Serialized Fields
-
code
@NotNull @Size(min=1,max=30) String code
The ISO 639-1 alpha-2 code for the language. -
description
@NotNull @Size(max=200) String description
The description for the language. -
iso3Code
@NotNull @Size(min=3,max=3) String iso3Code
The ISO 639-2 alpha-3 code for the language. -
localeId
@NotNull @Size(min=2,max=10) String localeId
The Unicode locale identifier for the language. -
name
@NotNull @Size(min=1,max=100) String name
The name of the language. -
shortName
@NotNull @Size(max=50) String shortName
The short name for the language. -
sortIndex
Integer sortIndex
The sort index for the language.
-
-
Class africa.absa.inception.reference.LanguageId extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.reference.MeasurementSystem extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Serialized Fields
-
code
@NotNull @Size(min=1,max=30) String code
The code for the measurement system. -
description
@NotNull @Size(max=200) String description
The description for the measurement system. -
localeId
@NotNull @Size(min=2,max=10) String localeId
The Unicode locale identifier for the measurement system. -
name
@NotNull @Size(min=1,max=100) String name
The name of the measurement system. -
sortIndex
Integer sortIndex
The sort index for the measurement system.
-
-
Class africa.absa.inception.reference.MeasurementSystemId extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.reference.MeasurementUnit extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Serialized Fields
-
code
@NotNull @Size(min=1,max=30) String code
The code for the measurement unit. -
description
@NotNull @Size(max=200) String description
The description for the measurement unit. -
localeId
@NotNull @Size(min=2,max=10) String localeId
The Unicode locale identifier for the measurement unit. -
name
@NotNull @Size(min=1,max=100) String name
The name of the measurement unit. -
sortIndex
Integer sortIndex
The sort index for the measurement unit. -
system
@NotNull @Size(min=1,max=30) String system
The code for the measurement system. -
type
@NotNull @Size(min=1,max=30) String type
The code for the measurement unit type.
-
-
Class africa.absa.inception.reference.MeasurementUnitId extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.reference.MeasurementUnitType extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Serialized Fields
-
code
@NotNull @Size(min=1,max=30) String code
The code for the measurement unit type. -
description
@NotNull @Size(max=200) String description
The description for the measurement unit type. -
localeId
@NotNull @Size(min=2,max=10) String localeId
The Unicode locale identifier for the measurement unit type. -
name
@NotNull @Size(min=1,max=100) String name
The name of the measurement unit type. -
sortIndex
Integer sortIndex
The sort index for the measurement unit type.
-
-
Class africa.absa.inception.reference.MeasurementUnitTypeId extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.reference.Region extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Serialized Fields
-
code
@NotNull @Size(min=1,max=30) String code
The ISO 3166-2 subdivision code for the region. -
country
@NotNull @Size(min=2,max=2) String country
The ISO 3166-1 alpha-2 code for the country the region is associated with. -
description
@NotNull @Size(max=200) String description
The description for the region. -
localeId
@NotNull @Size(min=2,max=10) String localeId
The Unicode locale identifier for the region. -
name
@NotNull @Size(min=1,max=50) String name
The name of the region. -
sortIndex
Integer sortIndex
The sort index for the region.
-
-
Class africa.absa.inception.reference.RegionId extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.reference.TimeZone extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Serialized Fields
-
description
@NotNull @Size(max=200) String description
The description for the time zone. -
id
@NotNull @Size(min=1,max=50) String id
The ID for the time zone. -
localeId
@NotNull @Size(min=2,max=10) String localeId
The Unicode locale identifier for the time zone. -
name
@NotNull @Size(min=1,max=100) String name
The name of the time zone. -
sortIndex
@NotNull Integer sortIndex
The sort index for the time zone.
-
-