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