Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Country.Builder |
ascii3CountryCode(String ascii3CountryCode)
Country code in ISO-3166-1 3-letter format
|
Country |
build() |
Country.Builder |
copy(Country model) |
Country.Builder |
countryCode(String countryCode)
Country code in ISO-3166-1 2-letter format
|
Country.Builder |
countryId(BigDecimal countryId)
Indentifier of the country.
|
Country.Builder |
countryName(String countryName)
Name of the country
|
Country.Builder |
languageId(BigDecimal languageId)
Language identifier
|
public Country.Builder countryId(BigDecimal countryId)
Indentifier of the country. This is a DB side unique id which was generated when the entity was created in the table
countryId
- the value to setpublic Country.Builder countryCode(String countryCode)
Country code in ISO-3166-1 2-letter format
countryCode
- the value to setpublic Country.Builder countryName(String countryName)
Name of the country
countryName
- the value to setpublic Country.Builder languageId(BigDecimal languageId)
Language identifier
languageId
- the value to setpublic Country.Builder ascii3CountryCode(String ascii3CountryCode)
Country code in ISO-3166-1 3-letter format
ascii3CountryCode
- the value to setpublic Country build()
public Country.Builder copy(Country model)
Copyright © 2016–2024. All rights reserved.