Package org.ametys.odf.ose.db.column
Class SourceIdColumn
- java.lang.Object
-
- org.ametys.odf.ose.db.column.SourceIdColumn
-
- All Implemented Interfaces:
Column
public class SourceIdColumn extends Object implements Column
This column is only used in the SRC_* view to reference the right source from the SOURCE table.
-
-
Constructor Summary
Constructors Constructor Description SourceIdColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColumnDescription()
Get the column description for creation.String
getViewDescription()
Get the view description for the view mapping.List<ValuedQueryParameter>
getViewParameters()
Get the parameters
-
-
-
Constructor Detail
-
SourceIdColumn
public SourceIdColumn()
-
-
Method Detail
-
getColumnDescription
public String getColumnDescription()
Description copied from interface:Column
Get the column description for creation.- Specified by:
getColumnDescription
in interfaceColumn
- Returns:
- The column description
-
getViewDescription
public String 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
public List<ValuedQueryParameter> getViewParameters()
Description copied from interface:Column
Get the parameters- Specified by:
getViewParameters
in interfaceColumn
- Returns:
- the parameters to create the view
-
-