Package com.cheetahdigital.uikit.widget
Class CountryDialog.Country
- java.lang.Object
-
- com.cheetahdigital.uikit.widget.CountryDialog.Country
-
- Enclosing class:
- CountryDialog
public static class CountryDialog.Country extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Country()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCountryCode()intgetCountryImage()java.lang.StringgetCountryName()voidsetCountryCode(java.lang.String countryCode)Sets the country code.voidsetCountryImage(int countryImage)Sets the country image resource.voidsetCountryName(java.lang.String countryName)Sets the country name.
-
-
-
Method Detail
-
getCountryName
public java.lang.String getCountryName()
- Returns:
- the country name.
-
setCountryName
public void setCountryName(java.lang.String countryName)
Sets the country name.- Parameters:
countryName- the country name
-
getCountryCode
public java.lang.String getCountryCode()
- Returns:
- the country code.
-
setCountryCode
public void setCountryCode(java.lang.String countryCode)
Sets the country code.- Parameters:
countryCode- country code
-
getCountryImage
public int getCountryImage()
- Returns:
- the country image resource.
-
setCountryImage
public void setCountryImage(int countryImage)
Sets the country image resource.- Parameters:
countryImage- country image
-
-