fr.paris.lutece.plugins.form.business
Class Recap

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.Recap

public class Recap
extends java.lang.Object

class Recap


Constructor Summary
Recap()
           
 
Method Summary
 java.lang.String getBackUrl()
           
 Form getForm()
           
 GraphType getGraphType()
           
 java.lang.String getGraphValueLegende()
           
 int getIdRecap()
           
 java.lang.String getRecapMessage()
           
 boolean isGraph()
           
 boolean isGraphLabelValue()
           
 boolean isGraphLegende()
           
 boolean isGraphThreeDimension()
           
 boolean isRecapData()
           
 void setBackUrl(java.lang.String backUrl)
          set the back url
 void setForm(Form form)
          set the form associate to the recap
 void setGraph(boolean graph)
          set true if a graph is associate to the recap
 void setGraphLabelValue(boolean label)
          set true if the graph have a label
 void setGraphLegende(boolean graphLegende)
          set true if the graph have a legende
 void setGraphThreeDimension(boolean threeDimension)
          set true if the graph associate to the recap is in three dimension
 void setGraphType(GraphType graphType)
          set the graph type associate to the recap
 void setGraphValueLegende(java.lang.String valueLegende)
          set graph value legende
 void setIdRecap(int idRecap)
          set the id of the recap
 void setRecapData(boolean recapData)
          set true if the recap have a recap data
 void setRecapMessage(java.lang.String recapMessage)
          set the recap message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recap

public Recap()
Method Detail

getGraphType

public GraphType getGraphType()
Returns:
the graph type associate to the recap

setGraphType

public void setGraphType(GraphType graphType)
set the graph type associate to the recap

Parameters:
graphType - the graph type associate to the recap

getForm

public Form getForm()
Returns:
the form associate to the recap

setForm

public void setForm(Form form)
set the form associate to the recap

Parameters:
form - the form associate to the recap

isGraph

public boolean isGraph()
Returns:
true if a graph is associate to the recap

setGraph

public void setGraph(boolean graph)
set true if a graph is associate to the recap

Parameters:
graph - true if a graph is associate to the recap

isGraphLegende

public boolean isGraphLegende()
Returns:
true if the graph have a legende

setGraphLegende

public void setGraphLegende(boolean graphLegende)
set true if the graph have a legende

Parameters:
graphLegende - true if the graph have a legende

getIdRecap

public int getIdRecap()
Returns:
the id of the recap

setIdRecap

public void setIdRecap(int idRecap)
set the id of the recap

Parameters:
idRecap - the id of the recap

isGraphLabelValue

public boolean isGraphLabelValue()
Returns:
true if the graph have a label

setGraphLabelValue

public void setGraphLabelValue(boolean label)
set true if the graph have a label

Parameters:
label - true if the graph have a label

isRecapData

public boolean isRecapData()
Returns:
true if the recap have a recap data

setRecapData

public void setRecapData(boolean recapData)
set true if the recap have a recap data

Parameters:
recapData - true if the recap have a recap data

isGraphThreeDimension

public boolean isGraphThreeDimension()
Returns:
true if the graph associate to the recap is in three dimension

setGraphThreeDimension

public void setGraphThreeDimension(boolean threeDimension)
set true if the graph associate to the recap is in three dimension

Parameters:
threeDimension - true if the graph associate to the recap is in three dimension

getRecapMessage

public java.lang.String getRecapMessage()
Returns:
the recap message

setRecapMessage

public void setRecapMessage(java.lang.String recapMessage)
set the recap message

Parameters:
recapMessage - the recap message

getBackUrl

public java.lang.String getBackUrl()
Returns:
the back url

setBackUrl

public void setBackUrl(java.lang.String backUrl)
set the back url

Parameters:
backUrl - the back url

getGraphValueLegende

public java.lang.String getGraphValueLegende()
Returns:
graph value legende

setGraphValueLegende

public void setGraphValueLegende(java.lang.String valueLegende)
set graph value legende

Parameters:
valueLegende - graph value legende


Copyright © 2012 Mairie de Paris. All Rights Reserved.