Package nl.gx.webmanager.cms.integration
Interface QueryColumnLink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryColumn
getColumn()
Return the column which is used as identifier for the database page.DatabaseEntity
getDatabaseEntity()
Return the database entity for the link.
-
-
-
Method Detail
-
getColumn
QueryColumn getColumn()
Return the column which is used as identifier for the database page.- Returns:
- the column which is used as identifier for the database page.
-
getDatabaseEntity
DatabaseEntity getDatabaseEntity()
Return the database entity for the link. This is translated to the typeofpage parameter in the querystring.- Returns:
- the database entity for the link.
-
-