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