fr.paris.lutece.portal.business.style
Class Style

java.lang.Object
  extended by fr.paris.lutece.portal.business.style.Style

public class Style
extends Object

This class represents style business objects


Constructor Summary
Style()
           
 
Method Summary
 String getDescription()
          Returns the description of this style
 int getId()
          Returns the identifier of this style
 int getPortalComponentId()
          Returns the identifier of the portal component of this style
 String getPortalComponentName()
          Returns the portal component name of this style
 String getPortletTypeId()
          Returns the identifier of the portlet type of this style
 String getPortletTypeName()
          Returns the portlet type name of this style
 void setDescription(String strDescription)
          Sets the description of this style with the String value specified in parameter or "" otherwise
 void setId(int nId)
          Sets the identifier of this style with the int value specified in parameter
 void setPortalComponentId(int nPortalComponentId)
          Sets the identifier of the portal component of this style with the int value specified in parameter
 void setPortalComponentName(String strPortalComponentName)
          Sets the portlet type name of this style with the String value specified in parameter
 void setPortletTypeId(String strPortletTypeId)
          Sets the identifier of the portlet type of this style with the int value specified in parameter
 void setPortletTypeName(String strPortletTypeName)
          Sets the portlet type name of this style with the String value specified in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Style

public Style()
Method Detail

getId

public int getId()
Returns the identifier of this style

Returns:
the identifier of the style

setId

public void setId(int nId)
Sets the identifier of this style with the int value specified in parameter

Parameters:
nId - the new identifier

getPortletTypeId

public String getPortletTypeId()
Returns the identifier of the portlet type of this style

Returns:
the identifier of the portlet type style

setPortletTypeId

public void setPortletTypeId(String strPortletTypeId)
Sets the identifier of the portlet type of this style with the int value specified in parameter

Parameters:
strPortletTypeId - the identifier of portlet type of the style

getPortalComponentId

public int getPortalComponentId()
Returns the identifier of the portal component of this style

Returns:
the identifier of the portal component's style

setPortalComponentId

public void setPortalComponentId(int nPortalComponentId)
Sets the identifier of the portal component of this style with the int value specified in parameter

Parameters:
nPortalComponentId - the identifier of portal component of the style

getDescription

public String getDescription()
Returns the description of this style

Returns:
the description of this style

setDescription

public void setDescription(String strDescription)
Sets the description of this style with the String value specified in parameter or "" otherwise

Parameters:
strDescription - the identifier of portlet type of the style

getPortletTypeName

public String getPortletTypeName()
Returns the portlet type name of this style

Returns:
the portlet type name of this style

setPortletTypeName

public void setPortletTypeName(String strPortletTypeName)
Sets the portlet type name of this style with the String value specified in parameter

Parameters:
strPortletTypeName - the new portlet type name

getPortalComponentName

public String getPortalComponentName()
Returns the portal component name of this style

Returns:
the portal component name of this style

setPortalComponentName

public void setPortalComponentName(String strPortalComponentName)
Sets the portlet type name of this style with the String value specified in parameter

Parameters:
strPortalComponentName - the new portlet type name


Copyright © 2014 Mairie de Paris. All Rights Reserved.