fr.paris.lutece.plugins.dbpage.business
Class DbPageDatabaseSection

java.lang.Object
  extended by fr.paris.lutece.plugins.dbpage.business.DbPageDatabaseSection
All Implemented Interfaces:
fr.paris.lutece.portal.service.resource.Resource

public class DbPageDatabaseSection
extends java.lang.Object
implements fr.paris.lutece.portal.service.resource.Resource

This class represents the business object DbPageDatabaseSection


Constructor Summary
DbPageDatabaseSection()
           
 
Method Summary
 java.lang.String getColumn()
          Returns the Column
 int getId()
          Returns the Id
 int getIdPage()
          Returns the IdPage
 java.lang.String getIdType()
          Returns the IdType
 int getOrder()
          Returns the Order
 java.lang.String getPool()
          Returns the Pool
 java.lang.String getRole()
          Returns the Role
 java.lang.String getSql()
          Returns the Sql
 java.lang.String getTemplatePath()
          Returns the Template
 java.lang.String getTitle()
          Returns the Title
static void init()
          Initialize the DbPage
 void setColumn(java.lang.String strColumn)
          Sets the Column
 void setId(int nIdSection)
          Sets the Id
 void setIdPage(int nIdPage)
          Sets the IdPage
 void setIdType(java.lang.String strIdType)
          Sets the IdType
 void setOrder(int nIdOrder)
          Sets the Order
 void setPool(java.lang.String strPool)
          Sets the Pool
 void setRole(java.lang.String strRole)
          Sets the Role
 void setSql(java.lang.String strSql)
          Sets the Sql
 void setTemplatePath(java.lang.String strTemplatePath)
          Sets the Template
 void setTitle(java.lang.String strTitle)
          Sets the Title
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbPageDatabaseSection

public DbPageDatabaseSection()
Method Detail

init

public static void init()
Initialize the DbPage


setColumn

public void setColumn(java.lang.String strColumn)
Sets the Column

Parameters:
strColumn - The Column

getColumn

public java.lang.String getColumn()
Returns the Column

Returns:
The Column

setId

public void setId(int nIdSection)
Sets the Id

Parameters:
nIdSection - The Id

getId

public int getId()
Returns the Id

Returns:
The Id

setIdPage

public void setIdPage(int nIdPage)
Sets the IdPage

Parameters:
nIdPage - The IdPage

getIdPage

public int getIdPage()
Returns the IdPage

Returns:
The IdPage

setIdType

public void setIdType(java.lang.String strIdType)
Sets the IdType

Parameters:
strIdType - The IdType

getIdType

public java.lang.String getIdType()
Returns the IdType

Returns:
The IdType

setOrder

public void setOrder(int nIdOrder)
Sets the Order

Parameters:
nIdOrder - The Order

getOrder

public int getOrder()
Returns the Order

Returns:
The Order

setPool

public void setPool(java.lang.String strPool)
Sets the Pool

Parameters:
strPool - The Pool

getPool

public java.lang.String getPool()
Returns the Pool

Returns:
The Pool

setSql

public void setSql(java.lang.String strSql)
Sets the Sql

Parameters:
strSql - The Sql

getSql

public java.lang.String getSql()
Returns the Sql

Returns:
The Sql

setTemplatePath

public void setTemplatePath(java.lang.String strTemplatePath)
Sets the Template

Parameters:
strTemplatePath - The Template path

getTemplatePath

public java.lang.String getTemplatePath()
Returns the Template

Returns:
The Template

setTitle

public void setTitle(java.lang.String strTitle)
Sets the Title

Parameters:
strTitle - The Title

getTitle

public java.lang.String getTitle()
Returns the Title

Returns:
The Title

getRole

public java.lang.String getRole()
Returns the Role

Returns:
The Role

setRole

public void setRole(java.lang.String strRole)
Sets the Role

Parameters:
strRole - The Role


Copyright © 2010 Mairie de Paris. All Rights Reserved.