Uses of Class
com.maplander.backend.model.manage.complex.SQLPlacesV2
Packages that use SQLPlacesV2
-
Uses of SQLPlacesV2 in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return types with arguments of type SQLPlacesV2Modifier and TypeMethodDescriptionSQLResultWordV2.getColonies()SQLResultWordV2.getMunicipalities()SQLResultWordV2.getStates()Method parameters in com.maplander.backend.model.manage.complex with type arguments of type SQLPlacesV2Modifier and TypeMethodDescriptionvoidSQLResultWordV2.setColonies(List<SQLPlacesV2> colonies) voidSQLResultWordV2.setMunicipalities(List<SQLPlacesV2> municipalities) voidSQLResultWordV2.setStates(List<SQLPlacesV2> states) Constructor parameters in com.maplander.backend.model.manage.complex with type arguments of type SQLPlacesV2ModifierConstructorDescriptionSQLResultWordV2(List<SQLPlacesV2> states, List<SQLPlacesV2> municipalities, List<SQLPlacesV2> colonies)