Serialized Form

  • Package africa.absa.inception.reference

    • Class africa.absa.inception.reference.Country

      class 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

      class CountryId extends Object implements Serializable
      serialVersionUID:
      1000000L
      • Serialized Fields

        • code
          String code
          The ISO 3166-1 alpha-2 code for the country.
        • localeId
          String localeId
          The Unicode locale identifier for the country.
    • Class africa.absa.inception.reference.Language

      class 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

      class LanguageId extends Object implements Serializable
      serialVersionUID:
      1000000L
      • Serialized Fields

        • code
          String code
          The ISO 639-1 alpha-2 code for the language.
        • localeId
          String localeId
          The Unicode locale identifier for the language.
    • Class africa.absa.inception.reference.MeasurementSystem

      class 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

      class MeasurementSystemId extends Object implements Serializable
      serialVersionUID:
      1000000L
      • Serialized Fields

        • code
          String code
          The ISO code for the measurement system.
        • localeId
          String localeId
          The Unicode locale identifier for the measurement system.
    • Class africa.absa.inception.reference.MeasurementUnit

      class 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

      class MeasurementUnitId extends Object implements Serializable
      serialVersionUID:
      1000000L
      • Serialized Fields

        • code
          String code
          The ISO code for the measurement unit.
        • localeId
          String localeId
          The Unicode locale identifier for the measurement unit.
    • Class africa.absa.inception.reference.MeasurementUnitType

      class 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

      class MeasurementUnitTypeId extends Object implements Serializable
      serialVersionUID:
      1000000L
      • Serialized Fields

        • code
          String code
          The ISO code for the measurement unit type.
        • localeId
          String localeId
          The Unicode locale identifier for the measurement unit type.
    • Class africa.absa.inception.reference.Region

      class 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

      class RegionId extends Object implements Serializable
      serialVersionUID:
      1000000L
      • Serialized Fields

        • code
          String code
          The ISO 3166-2 subdivision code for the region.
        • country
          String country
          The ISO 3166-1 alpha-2 code for the country the region is associated with.
        • localeId
          String localeId
          The Unicode locale identifier for the region.
    • Class africa.absa.inception.reference.TimeZone

      class 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.