fr.paris.lutece.util.html
Class PaginatorPage

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

public class PaginatorPage
extends java.lang.Object

Used by Paginator to build links on pages


Constructor Summary
PaginatorPage()
           
 
Method Summary
 int getIndex()
          Returns the Index
 java.lang.String getName()
          Returns the Name
 java.lang.String getUrl()
          Returns the Url
 void setIndex(int nIndex)
          Sets the Index
 void setName(java.lang.String strName)
          Sets the Name
 void setUrl(java.lang.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 java.lang.String getUrl()
Returns the Url

Returns:
The Url

setUrl

public void setUrl(java.lang.String strUrl)
Sets the Url

Parameters:
strUrl - The Url

getName

public java.lang.String getName()
Returns the Name

Returns:
The Name

setName

public void setName(java.lang.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 © 2011 Mairie de Paris. All Rights Reserved.