Class Country
- java.lang.Object
-
- br.com.senior.hcm.dependent.pojos.Country
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-14T14:43:38.281Z") public class Country extends ObjectCountry
-
-
Constructor Summary
Constructors Constructor Description Country()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Countryabbreviation(String abbreviation)booleanequals(Object o)StringgetAbbreviation()Abreviação do nome do paísStringgetId()Id do paísStringgetName()Nome do paísinthashCode()Countryid(String id)Countryname(String name)voidsetAbbreviation(String abbreviation)voidsetId(String id)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
Nome do país- Returns:
- name
-
setName
public void setName(String name)
-
getId
public String getId()
Id do país- Returns:
- id
-
setId
public void setId(String id)
-
getAbbreviation
public String getAbbreviation()
Abreviação do nome do país- Returns:
- abbreviation
-
setAbbreviation
public void setAbbreviation(String abbreviation)
-
-