Uses of Class
br.com.senior.hcm.payroll.pojos.State
-
Packages that use State Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of State in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return State Modifier and Type Method Description StateState. abbreviation(String abbreviation)StateState. countryId(Country countryId)StateHistoricalleave. getAttendantState()Get attendantStateStateDocument. getIssuerState()Get issuerStateStateCity. getStateId()Get stateIdStateState. id(String id)StateState. name(String name)Methods in br.com.senior.hcm.payroll.pojos with parameters of type State Modifier and Type Method Description HistoricalleaveHistoricalleave. attendantState(State attendantState)DocumentDocument. issuerState(State issuerState)voidHistoricalleave. setAttendantState(State attendantState)voidDocument. setIssuerState(State issuerState)voidCity. setStateId(State stateId)CityCity. stateId(State stateId)
-