|
||||||||||
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 | |
---|---|
java.lang.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 |
java.lang.String |
getPortalComponentName()
Returns the portal component name of this style |
java.lang.String |
getPortletTypeId()
Returns the identifier of the portlet type of this style |
java.lang.String |
getPortletTypeName()
Returns the portlet type name of this style |
void |
setDescription(java.lang.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(java.lang.String strPortalComponentName)
Sets the portlet type name of this style with the String value specified in parameter |
void |
setPortletTypeId(java.lang.String strPortletTypeId)
Sets the identifier of the portlet type of this style with the int value specified in parameter |
void |
setPortletTypeName(java.lang.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 java.lang.String getPortletTypeId()
public void setPortletTypeId(java.lang.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 java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- the identifier of portlet type of the stylepublic java.lang.String getPortletTypeName()
public void setPortletTypeName(java.lang.String strPortletTypeName)
strPortletTypeName
- the new portlet type namepublic java.lang.String getPortalComponentName()
public void setPortalComponentName(java.lang.String strPortalComponentName)
strPortalComponentName
- the new portlet type name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |