Uses of Class
it.sistematica.isharedoc.model.Province

Packages that use Province
it.sistematica.isharedoc.model   
 

Uses of Province in it.sistematica.isharedoc.model
 

Methods in it.sistematica.isharedoc.model that return Province
 Province City.getProvince()
           
 

Methods in it.sistematica.isharedoc.model that return types with arguments of type Province
 java.util.Set<Province> District.getProvinces()
           
 

Methods in it.sistematica.isharedoc.model with parameters of type Province
 void City.setProvince(Province province)
           
 

Method parameters in it.sistematica.isharedoc.model with type arguments of type Province
 void District.setProvinces(java.util.Set<Province> provinces)