public class CountryCode extends Object
| Constructor and Description |
|---|
CountryCode()
Default Constructor
|
CountryCode(String countryCode)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
Getter for countryCode
|
CountryCode |
setCountryCode(String countryCode)
Setter for countryCode
|
public CountryCode()
public CountryCode(String countryCode)
public CountryCode setCountryCode(String countryCode)
public String getCountryCode()
Copyright © 2016. All Rights Reserved.