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
Constructors -
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:ColumnGet the column description for creation.- Specified by:
getColumnDescriptionin interfaceColumn- Returns:
- The column description
-
getViewDescription
Description copied from interface:ColumnGet the view description for the view mapping.- Specified by:
getViewDescriptionin interfaceColumn- Returns:
- The column description for a view
-
getViewParameters
Description copied from interface:ColumnGet the parameters- Specified by:
getViewParametersin interfaceColumn- Returns:
- the parameters to create the view
-