|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.style.Style
public class Style
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 |
---|
public Style()
Method Detail |
---|
public int getId()
public void setId(int nId)
nId
- the new identifierpublic String getPortletTypeId()
public void setPortletTypeId(String strPortletTypeId)
strPortletTypeId
- the identifier of portlet type of the stylepublic int getPortalComponentId()
public void setPortalComponentId(int nPortalComponentId)
nPortalComponentId
- the identifier of portal component of the stylepublic String getDescription()
public void setDescription(String strDescription)
strDescription
- the identifier of portlet type of the stylepublic String getPortletTypeName()
public void setPortletTypeName(String strPortletTypeName)
strPortletTypeName
- the new portlet type namepublic String getPortalComponentName()
public void setPortalComponentName(String strPortalComponentName)
strPortalComponentName
- the new portlet type name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |