Package com.mayam.wf.config.shared
Class TableSchemaDetails
java.lang.Object
com.mayam.wf.config.shared.TableSchemaDetails
- All Implemented Interfaces:
Serializable
Schema details for attributes with a value class based on
GenericTable
.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionensureColumn
(String name) getMax()
getMin()
If set, names the primary column which uniquely identifies table rows.void
void
void
void
setOrdering
(TableSchemaDetails.Ordering ordering) void
setPrimaryColumn
(String primaryColumn) void
setSelectionColumn
(String selectionColumn)
-
Constructor Details
-
TableSchemaDetails
public TableSchemaDetails()
-
-
Method Details
-
getMin
-
setMin
-
getMax
-
setMax
-
getOrdering
-
getPrimaryColumn
If set, names the primary column which uniquely identifies table rows. -
setPrimaryColumn
-
getSelectionColumn
-
setSelectionColumn
-
getColumns
-
setColumns
-
ensureColumn
-
columnNames
-