Package org.ametys.odf.ose.db.column
Class SourceIdColumn
java.lang.Object
org.ametys.odf.ose.db.column.SourceIdColumn
- All Implemented Interfaces:
Column
This column is only used in the SRC_* view to reference the right source from the SOURCE table.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the column description for creation.Get the view description for the view mapping.Get the parameters
-
Constructor Details
-
SourceIdColumn
public SourceIdColumn()
-
-
Method Details
-
getColumnDescription
Description copied from interface:Column
Get the column description for creation.- Specified by:
getColumnDescription
in interfaceColumn
- Returns:
- The column description
-
getViewDescription
Description copied from interface:Column
Get the view description for the view mapping.- Specified by:
getViewDescription
in interfaceColumn
- Returns:
- The column description for a view
-
getViewParameters
Description copied from interface:Column
Get the parameters- Specified by:
getViewParameters
in interfaceColumn
- Returns:
- the parameters to create the view
-