Interface Country

All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<Country>, org.teamapps.universaldb.pojo.Identifiable
All Known Implementing Classes:
UdbCountry

public interface Country
extends org.teamapps.universaldb.pojo.Entity<Country>
  • Field Details

    • FIELD_META_CREATION_DATE

      static final java.lang.String FIELD_META_CREATION_DATE
      See Also:
      Constant Field Values
    • FIELD_META_CREATED_BY

      static final java.lang.String FIELD_META_CREATED_BY
      See Also:
      Constant Field Values
    • FIELD_META_MODIFICATION_DATE

      static final java.lang.String FIELD_META_MODIFICATION_DATE
      See Also:
      Constant Field Values
    • FIELD_META_MODIFIED_BY

      static final java.lang.String FIELD_META_MODIFIED_BY
      See Also:
      Constant Field Values
    • FIELD_META_DELETION_DATE

      static final java.lang.String FIELD_META_DELETION_DATE
      See Also:
      Constant Field Values
    • FIELD_META_DELETED_BY

      static final java.lang.String FIELD_META_DELETED_BY
      See Also:
      Constant Field Values
    • FIELD_ISO_CODE

      static final java.lang.String FIELD_ISO_CODE
      See Also:
      Constant Field Values
    • FIELD_ICON

      static final java.lang.String FIELD_ICON
      See Also:
      Constant Field Values
    • FIELD_ENGLISH_DISPLAY_NAME

      static final java.lang.String FIELD_ENGLISH_DISPLAY_NAME
      See Also:
      Constant Field Values
    • FIELD_LOCALIZATION_KEY

      static final java.lang.String FIELD_LOCALIZATION_KEY
      See Also:
      Constant Field Values
    • FIELD_ADDRESS_FORMAT

      static final java.lang.String FIELD_ADDRESS_FORMAT
      See Also:
      Constant Field Values
    • FIELD_MAIN_LANGUAGE

      static final java.lang.String FIELD_MAIN_LANGUAGE
      See Also:
      Constant Field Values
    • FIELD_OTHER_LANGUAGES

      static final java.lang.String FIELD_OTHER_LANGUAGES
      See Also:
      Constant Field Values
    • FIELD_CURRENCY

      static final java.lang.String FIELD_CURRENCY
      See Also:
      Constant Field Values
    • FIELD_OTHER_CURRENCIES

      static final java.lang.String FIELD_OTHER_CURRENCIES
      See Also:
      Constant Field Values
  • Method Details

    • create

      static Country create()
    • create

      static Country create​(int id)
    • getById

      static Country getById​(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<Country> getBuilder()
    • getMetaCreationDate

      java.time.Instant getMetaCreationDate()
    • setMetaCreationDate

      Country setMetaCreationDate​(java.time.Instant value)
    • getMetaCreationDateAsEpochSecond

      int getMetaCreationDateAsEpochSecond()
    • setMetaCreationDateAsEpochSecond

      Country setMetaCreationDateAsEpochSecond​(int value)
    • getMetaCreationDateAsEpochMilli

      long getMetaCreationDateAsEpochMilli()
    • setMetaCreationDateAsEpochMilli

      Country setMetaCreationDateAsEpochMilli​(long value)
    • getMetaCreatedBy

      int getMetaCreatedBy()
    • setMetaCreatedBy

      Country setMetaCreatedBy​(int value)
    • getMetaModificationDate

      java.time.Instant getMetaModificationDate()
    • setMetaModificationDate

      Country setMetaModificationDate​(java.time.Instant value)
    • getMetaModificationDateAsEpochSecond

      int getMetaModificationDateAsEpochSecond()
    • setMetaModificationDateAsEpochSecond

      Country setMetaModificationDateAsEpochSecond​(int value)
    • getMetaModificationDateAsEpochMilli

      long getMetaModificationDateAsEpochMilli()
    • setMetaModificationDateAsEpochMilli

      Country setMetaModificationDateAsEpochMilli​(long value)
    • getMetaModifiedBy

      int getMetaModifiedBy()
    • setMetaModifiedBy

      Country setMetaModifiedBy​(int value)
    • getMetaDeletionDate

      java.time.Instant getMetaDeletionDate()
    • setMetaDeletionDate

      Country setMetaDeletionDate​(java.time.Instant value)
    • getMetaDeletionDateAsEpochSecond

      int getMetaDeletionDateAsEpochSecond()
    • setMetaDeletionDateAsEpochSecond

      Country setMetaDeletionDateAsEpochSecond​(int value)
    • getMetaDeletionDateAsEpochMilli

      long getMetaDeletionDateAsEpochMilli()
    • setMetaDeletionDateAsEpochMilli

      Country setMetaDeletionDateAsEpochMilli​(long value)
    • getMetaDeletedBy

      int getMetaDeletedBy()
    • setMetaDeletedBy

      Country setMetaDeletedBy​(int value)
    • getIsoCode

      java.lang.String getIsoCode()
    • setIsoCode

      Country setIsoCode​(java.lang.String value)
    • getIcon

      java.lang.String getIcon()
    • setIcon

      Country setIcon​(java.lang.String value)
    • getEnglishDisplayName

      java.lang.String getEnglishDisplayName()
    • setEnglishDisplayName

      Country setEnglishDisplayName​(java.lang.String value)
    • getLocalizationKey

      LocalizationKey getLocalizationKey()
    • setLocalizationKey

      Country setLocalizationKey​(LocalizationKey value)
    • getAddressFormat

      java.lang.String getAddressFormat()
    • setAddressFormat

      Country setAddressFormat​(java.lang.String value)
    • getMainLanguage

      Language getMainLanguage()
    • setMainLanguage

      Country setMainLanguage​(Language value)
    • getOtherLanguages

      java.util.List<Language> getOtherLanguages()
    • setOtherLanguages

      Country setOtherLanguages​(java.util.List<Language> value)
    • getOtherLanguagesCount

      int getOtherLanguagesCount()
    • setOtherLanguages

      Country setOtherLanguages​(Language... value)
    • getOtherLanguagesAsBitSet

      java.util.BitSet getOtherLanguagesAsBitSet()
    • addOtherLanguages

      Country addOtherLanguages​(java.util.List<Language> value)
    • addOtherLanguages

      Country addOtherLanguages​(Language... value)
    • removeOtherLanguages

      Country removeOtherLanguages​(java.util.List<Language> value)
    • removeOtherLanguages

      Country removeOtherLanguages​(Language... value)
    • removeAllOtherLanguages

      Country removeAllOtherLanguages()
    • getCurrency

      Currency getCurrency()
    • setCurrency

      Country setCurrency​(Currency value)
    • getOtherCurrencies

      java.util.List<Currency> getOtherCurrencies()
    • setOtherCurrencies

      Country setOtherCurrencies​(java.util.List<Currency> value)
    • getOtherCurrenciesCount

      int getOtherCurrenciesCount()
    • setOtherCurrencies

      Country setOtherCurrencies​(Currency... value)
    • getOtherCurrenciesAsBitSet

      java.util.BitSet getOtherCurrenciesAsBitSet()
    • addOtherCurrencies

      Country addOtherCurrencies​(java.util.List<Currency> value)
    • addOtherCurrencies

      Country addOtherCurrencies​(Currency... value)
    • removeOtherCurrencies

      Country removeOtherCurrencies​(java.util.List<Currency> value)
    • removeOtherCurrencies

      Country removeOtherCurrencies​(Currency... value)
    • removeAllOtherCurrencies

      Country removeAllOtherCurrencies()
    • getAll

      static java.util.List<Country> getAll()
    • sort

      static java.util.List<Country> sort​(java.util.List<Country> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path)
    • getCount

      static int getCount()
    • filter

      static CountryQuery filter()