| 1 | |
|
| 2 | |
|
| 3 | |
package org.paneris.jammyjoes.model.generated; |
| 4 | |
|
| 5 | |
import org.melati.poem.PoemDatabase; |
| 6 | |
import org.melati.poem.DefinitionSource; |
| 7 | |
import org.melati.poem.GroupTable; |
| 8 | |
import org.melati.poem.CapabilityTable; |
| 9 | |
import org.melati.poem.GroupMembershipTable; |
| 10 | |
import org.melati.poem.GroupCapabilityTable; |
| 11 | |
import org.melati.poem.TableCategoryTable; |
| 12 | |
import org.melati.poem.TableInfoTable; |
| 13 | |
import org.melati.poem.ColumnInfoTable; |
| 14 | |
import org.melati.poem.SettingTable; |
| 15 | |
import org.paneris.jammyjoes.model.ProductTable; |
| 16 | |
import org.paneris.jammyjoes.model.SupplierTable; |
| 17 | |
import org.paneris.jammyjoes.model.ManufacturerTable; |
| 18 | |
import org.paneris.jammyjoes.model.StockTransactionTable; |
| 19 | |
import org.paneris.jammyjoes.model.AwardTable; |
| 20 | |
import org.paneris.jammyjoes.model.ShopOrderTable; |
| 21 | |
import org.paneris.jammyjoes.model.ShopOrderItemTable; |
| 22 | |
import org.paneris.jammyjoes.model.AffiliateTable; |
| 23 | |
import org.paneris.jammyjoes.model.AffiliateTransactionTable; |
| 24 | |
import org.paneris.jammyjoes.model.TypeTable; |
| 25 | |
import org.paneris.jammyjoes.model.SexTable; |
| 26 | |
import org.paneris.jammyjoes.model.OrderTypeTable; |
| 27 | |
import org.paneris.jammyjoes.model.StockTransactionTypeTable; |
| 28 | |
import org.paneris.jammyjoes.model.DeliveryZoneTable; |
| 29 | |
import org.paneris.jammyjoes.model.DeliveryChargeTable; |
| 30 | |
import org.paneris.jammyjoes.model.DeliveryCarrierTable; |
| 31 | |
import org.paneris.jammyjoes.model.OrderStatusTable; |
| 32 | |
import org.paneris.jammyjoes.model.ProductStatusTable; |
| 33 | |
import org.paneris.jammyjoes.model.EcentiveCategoryTable; |
| 34 | |
import org.paneris.jammyjoes.model.WrappingTable; |
| 35 | |
import org.paneris.jammyjoes.model.ShopCurrencyTable; |
| 36 | |
import org.paneris.jammyjoes.model.AgeTable; |
| 37 | |
import org.paneris.jammyjoes.model.UserTable; |
| 38 | |
|
| 39 | |
|
| 40 | |
|
| 41 | |
|
| 42 | |
public class JammyjoesDatabaseBase extends PoemDatabase { |
| 43 | |
|
| 44 | 0 | private GroupTable tab_group = null; |
| 45 | 0 | private CapabilityTable tab_capability = null; |
| 46 | 0 | private GroupMembershipTable tab_groupmembership = null; |
| 47 | 0 | private GroupCapabilityTable tab_groupcapability = null; |
| 48 | 0 | private TableCategoryTable tab_tablecategory = null; |
| 49 | 0 | private TableInfoTable tab_tableinfo = null; |
| 50 | 0 | private ColumnInfoTable tab_columninfo = null; |
| 51 | 0 | private SettingTable tab_setting = null; |
| 52 | 0 | private ProductTable tab_product = null; |
| 53 | 0 | private SupplierTable tab_supplier = null; |
| 54 | 0 | private ManufacturerTable tab_manufacturer = null; |
| 55 | 0 | private StockTransactionTable tab_stocktransaction = null; |
| 56 | 0 | private AwardTable tab_award = null; |
| 57 | 0 | private ShopOrderTable tab_shoporder = null; |
| 58 | 0 | private ShopOrderItemTable tab_shoporderitem = null; |
| 59 | 0 | private AffiliateTable tab_affiliate = null; |
| 60 | 0 | private AffiliateTransactionTable tab_affiliatetransaction = null; |
| 61 | 0 | private TypeTable tab_type = null; |
| 62 | 0 | private SexTable tab_sex = null; |
| 63 | 0 | private OrderTypeTable tab_ordertype = null; |
| 64 | 0 | private StockTransactionTypeTable tab_stocktransactiontype = null; |
| 65 | 0 | private DeliveryZoneTable tab_deliveryzone = null; |
| 66 | 0 | private DeliveryChargeTable tab_deliverycharge = null; |
| 67 | 0 | private DeliveryCarrierTable tab_deliverycarrier = null; |
| 68 | 0 | private OrderStatusTable tab_orderstatus = null; |
| 69 | 0 | private ProductStatusTable tab_productstatus = null; |
| 70 | 0 | private EcentiveCategoryTable tab_ecentivecategory = null; |
| 71 | 0 | private WrappingTable tab_wrapping = null; |
| 72 | 0 | private ShopCurrencyTable tab_shopcurrency = null; |
| 73 | 0 | private AgeTable tab_age = null; |
| 74 | 0 | private UserTable tab_user = null; |
| 75 | |
|
| 76 | 0 | protected JammyjoesDatabaseBase() { |
| 77 | 0 | redefineTable(tab_group = new GroupTable(this, "group", DefinitionSource.dsd)); |
| 78 | 0 | redefineTable(tab_capability = new CapabilityTable(this, "capability", DefinitionSource.dsd)); |
| 79 | 0 | redefineTable(tab_groupmembership = new GroupMembershipTable(this, "groupmembership", DefinitionSource.dsd)); |
| 80 | 0 | redefineTable(tab_groupcapability = new GroupCapabilityTable(this, "groupcapability", DefinitionSource.dsd)); |
| 81 | 0 | redefineTable(tab_tablecategory = new TableCategoryTable(this, "tablecategory", DefinitionSource.dsd)); |
| 82 | 0 | redefineTable(tab_tableinfo = new TableInfoTable(this, "tableinfo", DefinitionSource.dsd)); |
| 83 | 0 | redefineTable(tab_columninfo = new ColumnInfoTable(this, "columninfo", DefinitionSource.dsd)); |
| 84 | 0 | redefineTable(tab_setting = new SettingTable(this, "setting", DefinitionSource.dsd)); |
| 85 | 0 | redefineTable(tab_product = new ProductTable(this, "product", DefinitionSource.dsd)); |
| 86 | 0 | redefineTable(tab_supplier = new SupplierTable(this, "supplier", DefinitionSource.dsd)); |
| 87 | 0 | redefineTable(tab_manufacturer = new ManufacturerTable(this, "manufacturer", DefinitionSource.dsd)); |
| 88 | 0 | redefineTable(tab_stocktransaction = new StockTransactionTable(this, "stocktransaction", DefinitionSource.dsd)); |
| 89 | 0 | redefineTable(tab_award = new AwardTable(this, "award", DefinitionSource.dsd)); |
| 90 | 0 | redefineTable(tab_shoporder = new ShopOrderTable(this, "shoporder", DefinitionSource.dsd)); |
| 91 | 0 | redefineTable(tab_shoporderitem = new ShopOrderItemTable(this, "shoporderitem", DefinitionSource.dsd)); |
| 92 | 0 | redefineTable(tab_affiliate = new AffiliateTable(this, "affiliate", DefinitionSource.dsd)); |
| 93 | 0 | redefineTable(tab_affiliatetransaction = new AffiliateTransactionTable(this, "affiliatetransaction", DefinitionSource.dsd)); |
| 94 | 0 | redefineTable(tab_type = new TypeTable(this, "type", DefinitionSource.dsd)); |
| 95 | 0 | redefineTable(tab_sex = new SexTable(this, "sex", DefinitionSource.dsd)); |
| 96 | 0 | redefineTable(tab_ordertype = new OrderTypeTable(this, "ordertype", DefinitionSource.dsd)); |
| 97 | 0 | redefineTable(tab_stocktransactiontype = new StockTransactionTypeTable(this, "stocktransactiontype", DefinitionSource.dsd)); |
| 98 | 0 | redefineTable(tab_deliveryzone = new DeliveryZoneTable(this, "deliveryzone", DefinitionSource.dsd)); |
| 99 | 0 | redefineTable(tab_deliverycharge = new DeliveryChargeTable(this, "deliverycharge", DefinitionSource.dsd)); |
| 100 | 0 | redefineTable(tab_deliverycarrier = new DeliveryCarrierTable(this, "deliverycarrier", DefinitionSource.dsd)); |
| 101 | 0 | redefineTable(tab_orderstatus = new OrderStatusTable(this, "orderstatus", DefinitionSource.dsd)); |
| 102 | 0 | redefineTable(tab_productstatus = new ProductStatusTable(this, "productstatus", DefinitionSource.dsd)); |
| 103 | 0 | redefineTable(tab_ecentivecategory = new EcentiveCategoryTable(this, "ecentivecategory", DefinitionSource.dsd)); |
| 104 | 0 | redefineTable(tab_wrapping = new WrappingTable(this, "wrapping", DefinitionSource.dsd)); |
| 105 | 0 | redefineTable(tab_shopcurrency = new ShopCurrencyTable(this, "shopcurrency", DefinitionSource.dsd)); |
| 106 | 0 | redefineTable(tab_age = new AgeTable(this, "age", DefinitionSource.dsd)); |
| 107 | 0 | redefineTable(tab_user = new UserTable(this, "user", DefinitionSource.dsd)); |
| 108 | 0 | } |
| 109 | |
|
| 110 | |
|
| 111 | |
|
| 112 | |
|
| 113 | |
|
| 114 | |
|
| 115 | |
|
| 116 | |
|
| 117 | |
public GroupTable getGroupTable() { |
| 118 | 0 | return tab_group; |
| 119 | |
} |
| 120 | |
|
| 121 | |
|
| 122 | |
|
| 123 | |
|
| 124 | |
|
| 125 | |
|
| 126 | |
|
| 127 | |
|
| 128 | |
public CapabilityTable getCapabilityTable() { |
| 129 | 0 | return tab_capability; |
| 130 | |
} |
| 131 | |
|
| 132 | |
|
| 133 | |
|
| 134 | |
|
| 135 | |
|
| 136 | |
|
| 137 | |
|
| 138 | |
|
| 139 | |
public GroupMembershipTable getGroupMembershipTable() { |
| 140 | 0 | return tab_groupmembership; |
| 141 | |
} |
| 142 | |
|
| 143 | |
|
| 144 | |
|
| 145 | |
|
| 146 | |
|
| 147 | |
|
| 148 | |
|
| 149 | |
|
| 150 | |
public GroupCapabilityTable getGroupCapabilityTable() { |
| 151 | 0 | return tab_groupcapability; |
| 152 | |
} |
| 153 | |
|
| 154 | |
|
| 155 | |
|
| 156 | |
|
| 157 | |
|
| 158 | |
|
| 159 | |
|
| 160 | |
|
| 161 | |
public TableCategoryTable getTableCategoryTable() { |
| 162 | 0 | return tab_tablecategory; |
| 163 | |
} |
| 164 | |
|
| 165 | |
|
| 166 | |
|
| 167 | |
|
| 168 | |
|
| 169 | |
|
| 170 | |
|
| 171 | |
|
| 172 | |
public TableInfoTable getTableInfoTable() { |
| 173 | 0 | return tab_tableinfo; |
| 174 | |
} |
| 175 | |
|
| 176 | |
|
| 177 | |
|
| 178 | |
|
| 179 | |
|
| 180 | |
|
| 181 | |
|
| 182 | |
|
| 183 | |
|
| 184 | |
public ColumnInfoTable getColumnInfoTable() { |
| 185 | 0 | return tab_columninfo; |
| 186 | |
} |
| 187 | |
|
| 188 | |
|
| 189 | |
|
| 190 | |
|
| 191 | |
|
| 192 | |
|
| 193 | |
|
| 194 | |
|
| 195 | |
public SettingTable getSettingTable() { |
| 196 | 0 | return tab_setting; |
| 197 | |
} |
| 198 | |
|
| 199 | |
|
| 200 | |
|
| 201 | |
|
| 202 | |
|
| 203 | |
|
| 204 | |
|
| 205 | |
|
| 206 | |
public ProductTable getProductTable() { |
| 207 | 0 | return tab_product; |
| 208 | |
} |
| 209 | |
|
| 210 | |
|
| 211 | |
|
| 212 | |
|
| 213 | |
|
| 214 | |
|
| 215 | |
|
| 216 | |
|
| 217 | |
public SupplierTable getSupplierTable() { |
| 218 | 0 | return tab_supplier; |
| 219 | |
} |
| 220 | |
|
| 221 | |
|
| 222 | |
|
| 223 | |
|
| 224 | |
|
| 225 | |
|
| 226 | |
|
| 227 | |
|
| 228 | |
public ManufacturerTable getManufacturerTable() { |
| 229 | 0 | return tab_manufacturer; |
| 230 | |
} |
| 231 | |
|
| 232 | |
|
| 233 | |
|
| 234 | |
|
| 235 | |
|
| 236 | |
|
| 237 | |
|
| 238 | |
|
| 239 | |
public StockTransactionTable getStockTransactionTable() { |
| 240 | 0 | return tab_stocktransaction; |
| 241 | |
} |
| 242 | |
|
| 243 | |
|
| 244 | |
|
| 245 | |
|
| 246 | |
|
| 247 | |
|
| 248 | |
|
| 249 | |
|
| 250 | |
public AwardTable getAwardTable() { |
| 251 | 0 | return tab_award; |
| 252 | |
} |
| 253 | |
|
| 254 | |
|
| 255 | |
|
| 256 | |
|
| 257 | |
|
| 258 | |
|
| 259 | |
|
| 260 | |
|
| 261 | |
public ShopOrderTable getShopOrderTable() { |
| 262 | 0 | return tab_shoporder; |
| 263 | |
} |
| 264 | |
|
| 265 | |
|
| 266 | |
|
| 267 | |
|
| 268 | |
|
| 269 | |
|
| 270 | |
|
| 271 | |
|
| 272 | |
public ShopOrderItemTable getShopOrderItemTable() { |
| 273 | 0 | return tab_shoporderitem; |
| 274 | |
} |
| 275 | |
|
| 276 | |
|
| 277 | |
|
| 278 | |
|
| 279 | |
|
| 280 | |
|
| 281 | |
|
| 282 | |
|
| 283 | |
public AffiliateTable getAffiliateTable() { |
| 284 | 0 | return tab_affiliate; |
| 285 | |
} |
| 286 | |
|
| 287 | |
|
| 288 | |
|
| 289 | |
|
| 290 | |
|
| 291 | |
|
| 292 | |
|
| 293 | |
|
| 294 | |
public AffiliateTransactionTable getAffiliateTransactionTable() { |
| 295 | 0 | return tab_affiliatetransaction; |
| 296 | |
} |
| 297 | |
|
| 298 | |
|
| 299 | |
|
| 300 | |
|
| 301 | |
|
| 302 | |
|
| 303 | |
|
| 304 | |
|
| 305 | |
public TypeTable getTypeTable() { |
| 306 | 0 | return tab_type; |
| 307 | |
} |
| 308 | |
|
| 309 | |
|
| 310 | |
|
| 311 | |
|
| 312 | |
|
| 313 | |
|
| 314 | |
|
| 315 | |
|
| 316 | |
public SexTable getSexTable() { |
| 317 | 0 | return tab_sex; |
| 318 | |
} |
| 319 | |
|
| 320 | |
|
| 321 | |
|
| 322 | |
|
| 323 | |
|
| 324 | |
|
| 325 | |
|
| 326 | |
|
| 327 | |
public OrderTypeTable getOrderTypeTable() { |
| 328 | 0 | return tab_ordertype; |
| 329 | |
} |
| 330 | |
|
| 331 | |
|
| 332 | |
|
| 333 | |
|
| 334 | |
|
| 335 | |
|
| 336 | |
|
| 337 | |
|
| 338 | |
public StockTransactionTypeTable getStockTransactionTypeTable() { |
| 339 | 0 | return tab_stocktransactiontype; |
| 340 | |
} |
| 341 | |
|
| 342 | |
|
| 343 | |
|
| 344 | |
|
| 345 | |
|
| 346 | |
|
| 347 | |
|
| 348 | |
|
| 349 | |
public DeliveryZoneTable getDeliveryZoneTable() { |
| 350 | 0 | return tab_deliveryzone; |
| 351 | |
} |
| 352 | |
|
| 353 | |
|
| 354 | |
|
| 355 | |
|
| 356 | |
|
| 357 | |
|
| 358 | |
|
| 359 | |
|
| 360 | |
public DeliveryChargeTable getDeliveryChargeTable() { |
| 361 | 0 | return tab_deliverycharge; |
| 362 | |
} |
| 363 | |
|
| 364 | |
|
| 365 | |
|
| 366 | |
|
| 367 | |
|
| 368 | |
|
| 369 | |
|
| 370 | |
|
| 371 | |
public DeliveryCarrierTable getDeliveryCarrierTable() { |
| 372 | 0 | return tab_deliverycarrier; |
| 373 | |
} |
| 374 | |
|
| 375 | |
|
| 376 | |
|
| 377 | |
|
| 378 | |
|
| 379 | |
|
| 380 | |
|
| 381 | |
|
| 382 | |
public OrderStatusTable getOrderStatusTable() { |
| 383 | 0 | return tab_orderstatus; |
| 384 | |
} |
| 385 | |
|
| 386 | |
|
| 387 | |
|
| 388 | |
|
| 389 | |
|
| 390 | |
|
| 391 | |
|
| 392 | |
|
| 393 | |
public ProductStatusTable getProductStatusTable() { |
| 394 | 0 | return tab_productstatus; |
| 395 | |
} |
| 396 | |
|
| 397 | |
|
| 398 | |
|
| 399 | |
|
| 400 | |
|
| 401 | |
|
| 402 | |
|
| 403 | |
|
| 404 | |
public EcentiveCategoryTable getEcentiveCategoryTable() { |
| 405 | 0 | return tab_ecentivecategory; |
| 406 | |
} |
| 407 | |
|
| 408 | |
|
| 409 | |
|
| 410 | |
|
| 411 | |
|
| 412 | |
|
| 413 | |
|
| 414 | |
|
| 415 | |
public WrappingTable getWrappingTable() { |
| 416 | 0 | return tab_wrapping; |
| 417 | |
} |
| 418 | |
|
| 419 | |
|
| 420 | |
|
| 421 | |
|
| 422 | |
|
| 423 | |
|
| 424 | |
|
| 425 | |
|
| 426 | |
public ShopCurrencyTable getShopCurrencyTable() { |
| 427 | 0 | return tab_shopcurrency; |
| 428 | |
} |
| 429 | |
|
| 430 | |
|
| 431 | |
|
| 432 | |
|
| 433 | |
|
| 434 | |
|
| 435 | |
|
| 436 | |
|
| 437 | |
public AgeTable getAgeTable() { |
| 438 | 0 | return tab_age; |
| 439 | |
} |
| 440 | |
|
| 441 | |
|
| 442 | |
|
| 443 | |
|
| 444 | |
|
| 445 | |
|
| 446 | |
|
| 447 | |
|
| 448 | |
public org.melati.poem.UserTable getUserTable() { |
| 449 | 0 | return tab_user; |
| 450 | |
} |
| 451 | |
} |
| 452 | |
|
| 453 | |
|