-
- All Implemented Interfaces:
public final class Field
-
-
Constructor Summary
Constructors Constructor Description Field(String table, String column, FieldCommands commands)
-
Method Summary
Modifier and Type Method Description final StringgetTable()final UnitsetTable(String table)final StringgetColumn()final UnitsetColumn(String column)final FieldCommandsgetCommands()final UnitsetCommands(FieldCommands commands)-
-
Constructor Detail
-
Field
Field(String table, String column, FieldCommands commands)
-
-
Method Detail
-
getCommands
final FieldCommands getCommands()
-
setCommands
final Unit setCommands(FieldCommands commands)
-
-
-
-