Package org.ametys.odf.ose.db.column
Class ScenarioIdColumn
java.lang.Object
org.ametys.odf.ose.db.column.ScenarioIdColumn
- All Implemented Interfaces:
 Column
This column is only used in the SRC_* view to reference the right source from the SCENARIO 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
- 
ScenarioIdColumn
public ScenarioIdColumn() 
 - 
 - 
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
 
 
 -