fr.paris.lutece.portal.business.portalcomponent
Class PortalComponent

java.lang.Object
  extended by fr.paris.lutece.portal.business.portalcomponent.PortalComponent

public class PortalComponent
extends java.lang.Object

This class reprsents business objects PortalComponent


Constructor Summary
PortalComponent()
           
 
Method Summary
 int getId()
          Returns the portal component identifier as an int
 java.lang.String getName()
          Returns the name of the portal component
 void setId(int nId)
          Sets the portal component identifier to the specified int
 void setName(java.lang.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

PortalComponent

public PortalComponent()
Method Detail

getId

public int getId()
Returns the portal component identifier as an int

Returns:
the portal component identifier

setId

public void setId(int nId)
Sets the portal component identifier to the specified int

Parameters:
nId - the portal component identifier

getName

public java.lang.String getName()
Returns the name of the portal component

Returns:
the portal component name

setName

public void setName(java.lang.String strName)
Sets the name of the portal component

Parameters:
strName - the portal component name


Copyright © 2010 Mairie de Paris. All Rights Reserved.