Package org.teamapps.model.controlcenter
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 Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_ADDRESS_FORMATstatic java.lang.StringFIELD_CURRENCYstatic java.lang.StringFIELD_ENGLISH_DISPLAY_NAMEstatic java.lang.StringFIELD_ICONstatic java.lang.StringFIELD_ISO_CODEstatic java.lang.StringFIELD_LOCALIZATION_KEYstatic java.lang.StringFIELD_MAIN_LANGUAGEstatic java.lang.StringFIELD_META_CREATED_BYstatic java.lang.StringFIELD_META_CREATION_DATEstatic java.lang.StringFIELD_META_DELETED_BYstatic java.lang.StringFIELD_META_DELETION_DATEstatic java.lang.StringFIELD_META_MODIFICATION_DATEstatic java.lang.StringFIELD_META_MODIFIED_BYstatic java.lang.StringFIELD_OTHER_CURRENCIESstatic java.lang.StringFIELD_OTHER_LANGUAGES -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isStored, save, save, save, saveTransactional, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
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
-
create
-
getById
-
getBuilder
-
getMetaCreationDate
java.time.Instant getMetaCreationDate() -
setMetaCreationDate
-
getMetaCreationDateAsEpochSecond
int getMetaCreationDateAsEpochSecond() -
setMetaCreationDateAsEpochSecond
-
getMetaCreationDateAsEpochMilli
long getMetaCreationDateAsEpochMilli() -
setMetaCreationDateAsEpochMilli
-
getMetaCreatedBy
int getMetaCreatedBy() -
setMetaCreatedBy
-
getMetaModificationDate
java.time.Instant getMetaModificationDate() -
setMetaModificationDate
-
getMetaModificationDateAsEpochSecond
int getMetaModificationDateAsEpochSecond() -
setMetaModificationDateAsEpochSecond
-
getMetaModificationDateAsEpochMilli
long getMetaModificationDateAsEpochMilli() -
setMetaModificationDateAsEpochMilli
-
getMetaModifiedBy
int getMetaModifiedBy() -
setMetaModifiedBy
-
getMetaDeletionDate
java.time.Instant getMetaDeletionDate() -
setMetaDeletionDate
-
getMetaDeletionDateAsEpochSecond
int getMetaDeletionDateAsEpochSecond() -
setMetaDeletionDateAsEpochSecond
-
getMetaDeletionDateAsEpochMilli
long getMetaDeletionDateAsEpochMilli() -
setMetaDeletionDateAsEpochMilli
-
getMetaDeletedBy
int getMetaDeletedBy() -
setMetaDeletedBy
-
getIsoCode
java.lang.String getIsoCode() -
setIsoCode
-
getIcon
java.lang.String getIcon() -
setIcon
-
getEnglishDisplayName
java.lang.String getEnglishDisplayName() -
setEnglishDisplayName
-
getLocalizationKey
LocalizationKey getLocalizationKey() -
setLocalizationKey
-
getAddressFormat
java.lang.String getAddressFormat() -
setAddressFormat
-
getMainLanguage
Language getMainLanguage() -
setMainLanguage
-
getOtherLanguages
java.util.List<Language> getOtherLanguages() -
setOtherLanguages
-
getOtherLanguagesCount
int getOtherLanguagesCount() -
setOtherLanguages
-
getOtherLanguagesAsBitSet
java.util.BitSet getOtherLanguagesAsBitSet() -
addOtherLanguages
-
addOtherLanguages
-
removeOtherLanguages
-
removeOtherLanguages
-
removeAllOtherLanguages
Country removeAllOtherLanguages() -
getCurrency
Currency getCurrency() -
setCurrency
-
getOtherCurrencies
java.util.List<Currency> getOtherCurrencies() -
setOtherCurrencies
-
getOtherCurrenciesCount
int getOtherCurrenciesCount() -
setOtherCurrencies
-
getOtherCurrenciesAsBitSet
java.util.BitSet getOtherCurrenciesAsBitSet() -
addOtherCurrencies
-
addOtherCurrencies
-
removeOtherCurrencies
-
removeOtherCurrencies
-
removeAllOtherCurrencies
Country removeAllOtherCurrencies() -
getAll
-
sort
-
getCount
static int getCount() -
filter
-