|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.features.Level
public class Level
This class reprsents business objects Mode
Constructor Summary | |
---|---|
Level()
|
Method Summary | |
---|---|
int |
getId()
Returns the level right identifier |
java.lang.String |
getName()
Returns the name of the level right |
void |
setId(int nId)
Sets the level right identifier |
void |
setName(java.lang.String strName)
Sets the name of the level right |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Level()
Method Detail |
---|
public int getId()
public void setId(int nId)
nId
- the level right identifierpublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- the level right name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |