Package cn.vertxup.lbs.domain
Class Tables
- java.lang.Object
-
- cn.vertxup.lbs.domain.Tables
-
public class Tables extends Object
Convenience access to all tables in DB_ETERNAL.
-
-
Field Summary
Fields Modifier and Type Field Description static LCityL_CITYThe tableDB_ETERNAL.L_CITY.static LCountryL_COUNTRYThe tableDB_ETERNAL.L_COUNTRY.static LFloorL_FLOORThe tableDB_ETERNAL.L_FLOOR.static LLocationL_LOCATIONThe tableDB_ETERNAL.L_LOCATION.static LRegionL_REGIONThe tableDB_ETERNAL.L_REGION.static LStateL_STATEThe tableDB_ETERNAL.L_STATE.static LTentL_TENTThe tableDB_ETERNAL.L_TENT.static LYardL_YARDThe tableDB_ETERNAL.L_YARD.
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
L_CITY
public static final LCity L_CITY
The tableDB_ETERNAL.L_CITY.
-
L_COUNTRY
public static final LCountry L_COUNTRY
The tableDB_ETERNAL.L_COUNTRY.
-
L_FLOOR
public static final LFloor L_FLOOR
The tableDB_ETERNAL.L_FLOOR.
-
L_LOCATION
public static final LLocation L_LOCATION
The tableDB_ETERNAL.L_LOCATION.
-
L_REGION
public static final LRegion L_REGION
The tableDB_ETERNAL.L_REGION.
-
L_STATE
public static final LState L_STATE
The tableDB_ETERNAL.L_STATE.
-
L_TENT
public static final LTent L_TENT
The tableDB_ETERNAL.L_TENT.
-
L_YARD
public static final LYard L_YARD
The tableDB_ETERNAL.L_YARD.
-
-