-
- All Implemented Interfaces:
public final class TableInfo
-
-
Field Summary
Fields Modifier and Type Field Description private Stringkeyprivate Stringmove_underprivate Stringforeign_keyprivate Stringrenameprivate Booleanmany_to_oneprivate Booleanone_to_manyprivate Booleanone_to_oneprivate Booleanmany_to_manyprivate Booleanmultiple_linkprivate List<String>removeprivate Function1<Map<String, Object>, Object>dataClassHandler
-
Method Summary
Modifier and Type Method Description final StringgetKey()final UnitsetKey(String key)final StringgetMove_under()final UnitsetMove_under(String move_under)final StringgetForeign_key()final UnitsetForeign_key(String foreign_key)final StringgetRename()final UnitsetRename(String rename)final BooleangetMany_to_one()final UnitsetMany_to_one(Boolean many_to_one)final BooleangetOne_to_many()final UnitsetOne_to_many(Boolean one_to_many)final BooleangetOne_to_one()final UnitsetOne_to_one(Boolean one_to_one)final BooleangetMany_to_many()final UnitsetMany_to_many(Boolean many_to_many)final BooleangetMultiple_link()final UnitsetMultiple_link(Boolean multiple_link)final List<String>getRemove()final UnitsetRemove(List<String> remove)final Function1<Map<String, Object>, Object>getDataClassHandler()final UnitsetDataClassHandler(Function1<Map<String, Object>, Object> dataClassHandler)-
-
Method Detail
-
getMove_under
final String getMove_under()
-
setMove_under
final Unit setMove_under(String move_under)
-
getForeign_key
final String getForeign_key()
-
setForeign_key
final Unit setForeign_key(String foreign_key)
-
getMany_to_one
final Boolean getMany_to_one()
-
setMany_to_one
final Unit setMany_to_one(Boolean many_to_one)
-
getOne_to_many
final Boolean getOne_to_many()
-
setOne_to_many
final Unit setOne_to_many(Boolean one_to_many)
-
getOne_to_one
final Boolean getOne_to_one()
-
setOne_to_one
final Unit setOne_to_one(Boolean one_to_one)
-
getMany_to_many
final Boolean getMany_to_many()
-
setMany_to_many
final Unit setMany_to_many(Boolean many_to_many)
-
getMultiple_link
final Boolean getMultiple_link()
-
setMultiple_link
final Unit setMultiple_link(Boolean multiple_link)
-
getDataClassHandler
final Function1<Map<String, Object>, Object> getDataClassHandler()
-
-
-
-