@@ -51,7 +51,6 @@ |
||
51 | 51 | * |
52 | 52 | * @ORM\Column(name="cod_ibge", type="integer", nullable=true) |
53 | 53 | * @Groups({"city:read","logistic:read","state:read", "order_details:read", "people:read", "address:read", "delivery_region:read"}) |
54 | - |
|
55 | 54 | */ |
56 | 55 | private $cod_ibge; |
57 | 56 | /** |
@@ -59,7 +59,6 @@ |
||
59 | 59 | * |
60 | 60 | * @ORM\Column(name="cod_ibge", type="integer", nullable=true) |
61 | 61 | * @Groups({"city:read","logistic:read","order_details:read","order:write", "people:read", "address:read", "delivery_region:read"}) |
62 | - |
|
63 | 62 | */ |
64 | 63 | private $cod_ibge; |
65 | 64 | /** |
@@ -33,7 +33,6 @@ discard block |
||
33 | 33 | * |
34 | 34 | * @ORM\Column(name="countryCode", type="string", length=3, nullable=false) |
35 | 35 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
36 | - |
|
37 | 36 | */ |
38 | 37 | private $countrycode; |
39 | 38 | /** |
@@ -48,7 +47,6 @@ discard block |
||
48 | 47 | * |
49 | 48 | * @ORM\Column(name="currencyCode", type="string", length=3, nullable=true) |
50 | 49 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
51 | - |
|
52 | 50 | */ |
53 | 51 | private $currencycode; |
54 | 52 | /** |
@@ -56,7 +54,6 @@ discard block |
||
56 | 54 | * |
57 | 55 | * @ORM\Column(name="population", type="integer", nullable=true) |
58 | 56 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
59 | - |
|
60 | 57 | */ |
61 | 58 | private $population; |
62 | 59 | /** |
@@ -64,7 +61,6 @@ discard block |
||
64 | 61 | * |
65 | 62 | * @ORM\Column(name="fipsCode", type="string", length=2, nullable=true) |
66 | 63 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
67 | - |
|
68 | 64 | */ |
69 | 65 | private $fipscode; |
70 | 66 | /** |
@@ -80,7 +76,6 @@ discard block |
||
80 | 76 | * |
81 | 77 | * @ORM\Column(name="north", type="string", length=30, nullable=true) |
82 | 78 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
83 | - |
|
84 | 79 | */ |
85 | 80 | private $north; |
86 | 81 | /** |
@@ -88,7 +83,6 @@ discard block |
||
88 | 83 | * |
89 | 84 | * @ORM\Column(name="south", type="string", length=30, nullable=true) |
90 | 85 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
91 | - |
|
92 | 86 | */ |
93 | 87 | private $south; |
94 | 88 | /** |
@@ -97,7 +91,6 @@ discard block |
||
97 | 91 | * @ORM\Column(name="east", type="string", length=30, nullable=true) |
98 | 92 | * |
99 | 93 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
100 | - |
|
101 | 94 | */ |
102 | 95 | private $east; |
103 | 96 | /** |
@@ -105,7 +98,6 @@ discard block |
||
105 | 98 | * |
106 | 99 | * @ORM\Column(name="west", type="string", length=30, nullable=true) |
107 | 100 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
108 | - |
|
109 | 101 | */ |
110 | 102 | private $west; |
111 | 103 | /** |
@@ -113,7 +105,6 @@ discard block |
||
113 | 105 | * |
114 | 106 | * @ORM\Column(name="capital", type="string", length=30, nullable=true) |
115 | 107 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
116 | - |
|
117 | 108 | */ |
118 | 109 | private $capital; |
119 | 110 | /** |
@@ -121,7 +112,6 @@ discard block |
||
121 | 112 | * |
122 | 113 | * @ORM\Column(name="continentName", type="string", length=15, nullable=true) |
123 | 114 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
124 | - |
|
125 | 115 | */ |
126 | 116 | private $continentname; |
127 | 117 | /** |
@@ -129,7 +119,6 @@ discard block |
||
129 | 119 | * |
130 | 120 | * @ORM\Column(name="continent", type="string", length=2, nullable=true) |
131 | 121 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
132 | - |
|
133 | 122 | */ |
134 | 123 | private $continent; |
135 | 124 | /** |
@@ -137,7 +126,6 @@ discard block |
||
137 | 126 | * |
138 | 127 | * @ORM\Column(name="areaInSqKm", type="string", length=20, nullable=true) |
139 | 128 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
140 | - |
|
141 | 129 | */ |
142 | 130 | private $areainsqkm; |
143 | 131 | /** |
@@ -145,7 +133,6 @@ discard block |
||
145 | 133 | * |
146 | 134 | * @ORM\Column(name="isoAlpha3", type="string", length=3, nullable=true) |
147 | 135 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
148 | - |
|
149 | 136 | */ |
150 | 137 | private $isoalpha3; |
151 | 138 | /** |
@@ -153,7 +140,6 @@ discard block |
||
153 | 140 | * |
154 | 141 | * @ORM\Column(name="geonameId", type="integer", nullable=true) |
155 | 142 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
156 | - |
|
157 | 143 | */ |
158 | 144 | private $geonameid; |
159 | 145 | /** |
@@ -161,7 +147,6 @@ discard block |
||
161 | 147 | * |
162 | 148 | * @ORM\OneToMany(targetEntity="ControleOnline\Entity\LanguageCountry", mappedBy="country") |
163 | 149 | * @Groups({"city:read","logistic:read","state:read", "people:read","order_details:read","order:write", "address:read"}) |
164 | - |
|
165 | 150 | */ |
166 | 151 | private $languageCountry; |
167 | 152 | /** |