Class CountryDTO
- java.lang.Object
-
- com.inteliqua.rest.lookupentity.payload.LookupTableBaseDTO
-
- com.inteliqua.rest.lookupentity.payload.CountryDTO
-
public class CountryDTO extends LookupTableBaseDTO
- Author:
- gkonomis
-
-
Constructor Summary
Constructors Constructor Description CountryDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCountry()StringgetCountryCallCode()StringgetCountryCode()StringgetCountryLanguageCode()StringgetCurrency()StringgetCurrencyCode()StringgetCurrencySymbol()StringgetLookUpTableType()StringgetMobilePatterValidationPattern()voidsetCountry(String country)voidsetCountryCallCode(String countryCallCode)voidsetCountryCode(String countryCode)voidsetCountryLanguageCode(String countryLanguageCode)voidsetCurrency(String currency)voidsetCurrencyCode(String currencyCode)voidsetCurrencySymbol(String currencySymbol)voidsetMobilePatterValidationPattern(String mobilePatterValidationPattern)-
Methods inherited from class com.inteliqua.rest.lookupentity.payload.LookupTableBaseDTO
getCode, getDescription, getId, setCode, setDescription, setId
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLookUpTableType
public String getLookUpTableType()
- Specified by:
getLookUpTableTypein classLookupTableBaseDTO
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
getCountryCode
public String getCountryCode()
-
setCountryCode
public void setCountryCode(String countryCode)
-
getCountryCallCode
public String getCountryCallCode()
-
setCountryCallCode
public void setCountryCallCode(String countryCallCode)
-
getMobilePatterValidationPattern
public String getMobilePatterValidationPattern()
-
setMobilePatterValidationPattern
public void setMobilePatterValidationPattern(String mobilePatterValidationPattern)
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
getCurrencyCode
public String getCurrencyCode()
-
setCurrencyCode
public void setCurrencyCode(String currencyCode)
-
getCountryLanguageCode
public String getCountryLanguageCode()
-
setCountryLanguageCode
public void setCountryLanguageCode(String countryLanguageCode)
-
getCurrencySymbol
public String getCurrencySymbol()
-
setCurrencySymbol
public void setCurrencySymbol(String currencySymbol)
-
-