fr.paris.lutece.plugins.wiki.business
Class Topic

java.lang.Object
  extended by fr.paris.lutece.plugins.wiki.business.Topic

public class Topic
extends java.lang.Object

This is the business class for the object Topic


Constructor Summary
Topic()
           
 
Method Summary
 int getIdTopic()
          Returns the IdTopic
 int getNamespace()
          Returns the Namespace
 java.lang.String getPageName()
          Returns the PageName
 void setIdTopic(int nIdTopic)
          Sets the IdTopic
 void setNamespace(int nNamespace)
          Sets the Namespace
 void setPageName(java.lang.String strPageName)
          Sets the PageName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Topic

public Topic()
Method Detail

getIdTopic

public int getIdTopic()
Returns the IdTopic

Returns:
The IdTopic

setIdTopic

public void setIdTopic(int nIdTopic)
Sets the IdTopic

Parameters:
nIdTopic - The IdTopic

getNamespace

public int getNamespace()
Returns the Namespace

Returns:
The Namespace

setNamespace

public void setNamespace(int nNamespace)
Sets the Namespace

Parameters:
nNamespace - The Namespace

getPageName

public java.lang.String getPageName()
Returns the PageName

Returns:
The PageName

setPageName

public void setPageName(java.lang.String strPageName)
Sets the PageName

Parameters:
strPageName - The PageName


Copyright © 2011 Mairie de Paris. All Rights Reserved.