public final class Country extends Object implements Serializable
Constructor and Description |
---|
Country(String cId,
String cName)
Country Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCountryId()
Getter for the countryId value.
|
String |
getCountryName()
Getter for the countryName value.
|
int |
hashCode() |
void |
setCountryId(String cId)
Setter for the countryId value.
|
void |
setCountryName(String name)
Setter for the countryName value.
|
String |
toString() |
public String getCountryId()
public void setCountryId(String cId)
cId
- Id of the Country.public String getCountryName()
public void setCountryName(String name)
name
- Name of the Country.Copyright © 2020. All Rights Reserved.