|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.unittree.business.sector.Sector
public class Sector
Sector
Constructor Summary | |
---|---|
Sector()
|
Method Summary | |
---|---|
java.lang.String |
getFormatNameNumber()
To string representation |
int |
getIdSector()
Get the id sector |
java.lang.String |
getName()
Get the name |
java.lang.String |
getNumberSector()
Get the number sector |
void |
setIdSector(int nIdSector)
Set the id sector |
void |
setName(java.lang.String strName)
Set the name |
void |
setNumberSector(java.lang.String strNumberSector)
Set the number sector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sector()
Method Detail |
---|
public int getIdSector()
public void setIdSector(int nIdSector)
nIdSector
- the id sectorpublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- the namepublic java.lang.String getNumberSector()
public void setNumberSector(java.lang.String strNumberSector)
strNumberSector
- the number sectorpublic java.lang.String getFormatNameNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |