Uses of Class
br.com.senior.hcm.dependent.pojos.City
-
Packages that use City Package Description br.com.senior.hcm.dependent.pojos -
-
Uses of City in br.com.senior.hcm.dependent.pojos
Methods in br.com.senior.hcm.dependent.pojos that return City Modifier and Type Method Description CityNeighborhood. getCity()Get cityCityAddress. getCityId()Get cityIdCityJudicialPension. getJudicialDistrict()Get judicialDistrictCityDependent. getPlaceofbirth()Get placeofbirthCityCity. id(String id)CityCity. name(String name)CityCity. stateId(State stateId)Methods in br.com.senior.hcm.dependent.pojos with parameters of type City Modifier and Type Method Description NeighborhoodNeighborhood. city(City city)AddressAddress. cityId(City cityId)JudicialPensionJudicialPension. judicialDistrict(City judicialDistrict)DependentDependent. placeofbirth(City placeofbirth)voidNeighborhood. setCity(City city)voidAddress. setCityId(City cityId)voidJudicialPension. setJudicialDistrict(City judicialDistrict)voidDependent. setPlaceofbirth(City placeofbirth)
-