public final class Display extends Object implements Serializable
Constructor and Description |
---|
Display() |
Modifier and Type | Method and Description |
---|---|
fr.paris.lutece.portal.service.image.ImageResource |
getIcon()
Get the form icon
|
int |
getIdCalendarTemplate()
Get the Calendar Template Id
|
int |
getIdDisplay()
Get the Display Id
|
int |
getIdForm()
Get the Form Id
|
int |
getNbWeeksToDisplay()
Get the number of weeks during which the form is displayed to the user
|
boolean |
isDisplayedOnPortlet()
Get the boolean value for displayed or not the form on the portlet
|
boolean |
isDisplayTitleFo()
Get the display title value for the front office form
|
void |
setDisplayTitleFo(boolean bIsDisplayTitleFo)
Set the display title boolean value
|
void |
setIcon(fr.paris.lutece.portal.service.image.ImageResource icon)
Set the form icon
|
void |
setIdCalendarTemplate(int nIdCalendarTemplate)
Set the Calendar Template Id
|
void |
setIdDisplay(int nIdDisplay)
Set the Display Id
|
void |
setIdForm(int nIdForm)
Set the FOrm Id
|
void |
setIsDisplayedOnPortlet(boolean bIsDisplayedOnPortlet)
Set the boolean value to display or not the form on the portlet
|
void |
setNbWeeksToDisplay(int nbWeeksToDisplay)
Set the number of weeks during which the form is displayed to the user
|
public int getIdDisplay()
public void setIdDisplay(int nIdDisplay)
_nIdDisplay
- the Id to setpublic boolean isDisplayTitleFo()
public boolean isDisplayedOnPortlet()
public void setIsDisplayedOnPortlet(boolean bIsDisplayedOnPortlet)
bIsDisplayedOnPortlet
- public void setDisplayTitleFo(boolean bIsDisplayTitleFo)
displayTitleFo
- the boolean display title value to setpublic fr.paris.lutece.portal.service.image.ImageResource getIcon()
public void setIcon(fr.paris.lutece.portal.service.image.ImageResource icon)
icon
- the icon to setpublic int getNbWeeksToDisplay()
public void setNbWeeksToDisplay(int nbWeeksToDisplay)
nbWeeksToDisplay
- the number of weeks to setpublic int getIdCalendarTemplate()
public void setIdCalendarTemplate(int nIdCalendarTemplate)
nIdCalendarTemplate
- the Calendar Template Id to setpublic int getIdForm()
public void setIdForm(int nIdForm)
nIdForm
- the Form Id to setCopyright © 2018 City of Paris. All rights reserved.