fr.paris.lutece.util.html
Class PaginatorPage

java.lang.Object
  extended by fr.paris.lutece.util.html.PaginatorPage

public class PaginatorPage
extends Object

Used by Paginator to build links on pages


Constructor Summary
PaginatorPage()
           
 
Method Summary
 int getIndex()
          Returns the Index
 String getName()
          Returns the Name
 String getUrl()
          Returns the Url
 void setIndex(int nIndex)
          Sets the Index
 void setName(String strName)
          Sets the Name
 void setUrl(String strUrl)
          Sets the Url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaginatorPage

public PaginatorPage()
Method Detail

getUrl

public String getUrl()
Returns the Url

Returns:
The Url

setUrl

public void setUrl(String strUrl)
Sets the Url

Parameters:
strUrl - The Url

getName

public String getName()
Returns the Name

Returns:
The Name

setName

public void setName(String strName)
Sets the Name

Parameters:
strName - The Name

getIndex

public int getIndex()
Returns the Index

Returns:
The Index

setIndex

public void setIndex(int nIndex)
Sets the Index

Parameters:
nIndex - The Index


Copyright © 2014 Mairie de Paris. All Rights Reserved.