Uses of Class
br.com.senior.hcm.payroll.pojos.Country
-
Packages that use Country Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of Country in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return Country Modifier and Type Method Description CountryCountry. abbreviation(String abbreviation)CountryCountry. currency(Currency currency)CountryState. getCountryId()Get countryIdCountryDocument. getIssuerCountry()Get issuerCountryCountryCountry. id(String id)CountryCountry. name(String name)Methods in br.com.senior.hcm.payroll.pojos with parameters of type Country Modifier and Type Method Description StateState. countryId(Country countryId)DocumentDocument. issuerCountry(Country issuerCountry)voidState. setCountryId(Country countryId)voidDocument. setIssuerCountry(Country issuerCountry)
-