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 TypeMethodDescriptionvoid
SQLResultWordV2.setColonies
(List<SQLPlacesV2> colonies) void
SQLResultWordV2.setMunicipalities
(List<SQLPlacesV2> municipalities) void
SQLResultWordV2.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)