@Component @Scope(value="prototype") public class StatisticsForm extends Object
| Constructor and Description |
|---|
StatisticsForm()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CreationsView |
getCreationsView()
Getter for creationsView.
|
List<CreationsView> |
getCreationsViews()
Getter for creationsViews.
|
VisitsView |
getVisitsView()
Getter for visitsView.
|
List<VisitsView> |
getVisitsViews()
Getter for visitsViews.
|
void |
setCreationsView(CreationsView creationsView)
Setter for creationsView.
|
void |
setVisitsView(VisitsView visitsView)
Setter for visitsView.
|
public CreationsView getCreationsView()
public void setCreationsView(CreationsView creationsView)
creationsView - the creationsView to setpublic VisitsView getVisitsView()
public void setVisitsView(VisitsView visitsView)
visitsView - the visitsView to setpublic List<CreationsView> getCreationsViews()
public List<VisitsView> getVisitsViews()
Copyright © 2019 OSIVIA. All rights reserved.