Package cn.vertxup.workflow.domain
Class Tables
- java.lang.Object
-
- cn.vertxup.workflow.domain.Tables
-
public class Tables extends Object
Convenience access to all tables in DB_ETERNAL.
-
-
Field Summary
Fields Modifier and Type Field Description static TAssetInT_ASSET_INThe tableDB_ETERNAL.T_ASSET_IN.static TAssetKoT_ASSET_KOThe tableDB_ETERNAL.T_ASSET_KO.static TAssetOutT_ASSET_OUTThe tableDB_ETERNAL.T_ASSET_OUT.static WFlowW_FLOWThe tableDB_ETERNAL.W_FLOW.static WTicketW_TICKETThe tableDB_ETERNAL.W_TICKET.static WTodoW_TODOThe tableDB_ETERNAL.W_TODO.
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
T_ASSET_IN
public static final TAssetIn T_ASSET_IN
The tableDB_ETERNAL.T_ASSET_IN.
-
T_ASSET_KO
public static final TAssetKo T_ASSET_KO
The tableDB_ETERNAL.T_ASSET_KO.
-
T_ASSET_OUT
public static final TAssetOut T_ASSET_OUT
The tableDB_ETERNAL.T_ASSET_OUT.
-
W_FLOW
public static final WFlow W_FLOW
The tableDB_ETERNAL.W_FLOW.
-
W_TICKET
public static final WTicket W_TICKET
The tableDB_ETERNAL.W_TICKET.
-
W_TODO
public static final WTodo W_TODO
The tableDB_ETERNAL.W_TODO.
-
-