Package br.com.senior.hcm.payroll.pojos
Class State
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.State
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-14T17:15:20.586Z") public class State extends ObjectState
-
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stateabbreviation(String abbreviation)StatecountryId(Country countryId)booleanequals(Object o)StringgetAbbreviation()Abreviação do nome do estadoCountrygetCountryId()Get countryIdStringgetId()Id do estadoStringgetName()Nome do estadointhashCode()Stateid(String id)Statename(String name)voidsetAbbreviation(String abbreviation)voidsetCountryId(Country countryId)voidsetId(String id)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
Nome do estado- Returns:
- name
-
setName
public void setName(String name)
-
getId
public String getId()
Id do estado- Returns:
- id
-
setId
public void setId(String id)
-
getAbbreviation
public String getAbbreviation()
Abreviação do nome do estado- Returns:
- abbreviation
-
setAbbreviation
public void setAbbreviation(String abbreviation)
-
getCountryId
public Country getCountryId()
Get countryId- Returns:
- countryId
-
setCountryId
public void setCountryId(Country countryId)
-
-