|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.wiki.business.Topic
public class Topic
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 |
---|
public Topic()
Method Detail |
---|
public int getIdTopic()
public void setIdTopic(int nIdTopic)
nIdTopic
- The IdTopicpublic int getNamespace()
public void setNamespace(int nNamespace)
nNamespace
- The Namespacepublic java.lang.String getPageName()
public void setPageName(java.lang.String strPageName)
strPageName
- The PageName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |