|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.Recap
public class Recap
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 |
---|
public Recap()
Method Detail |
---|
public GraphType getGraphType()
public void setGraphType(GraphType graphType)
graphType
- the graph type associate to the recappublic Form getForm()
public void setForm(Form form)
form
- the form associate to the recappublic boolean isGraph()
public void setGraph(boolean graph)
graph
- true if a graph is associate to the recappublic boolean isGraphLegende()
public void setGraphLegende(boolean graphLegende)
graphLegende
- true if the graph have a legendepublic int getIdRecap()
public void setIdRecap(int idRecap)
idRecap
- the id of the recappublic boolean isGraphLabelValue()
public void setGraphLabelValue(boolean label)
label
- true if the graph have a labelpublic boolean isRecapData()
public void setRecapData(boolean recapData)
recapData
- true if the recap have a recap datapublic boolean isGraphThreeDimension()
public void setGraphThreeDimension(boolean threeDimension)
threeDimension
- true if the graph associate to the recap is in three dimensionpublic java.lang.String getRecapMessage()
public void setRecapMessage(java.lang.String recapMessage)
recapMessage
- the recap messagepublic java.lang.String getBackUrl()
public void setBackUrl(java.lang.String backUrl)
backUrl
- the back urlpublic java.lang.String getGraphValueLegende()
public void setGraphValueLegende(java.lang.String valueLegende)
valueLegende
- graph value legende
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |