public class ServerWideModel
extends org.apache.wicket.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
DAILY_LOGIN_REPORT |
static String |
HOURLY_USAGE_REPORT |
static String |
MONTHLY_LOGIN_REPORT |
static String |
NONE |
static String |
REGULAR_USERS_REPORT |
static String |
TOOL_REPORT |
static String |
TOP_ACTIVITIES_REPORT |
static String |
WEEKLY_LOGIN_REPORT |
| Constructor and Description |
|---|
ServerWideModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReportDescription() |
String |
getReportNotes() |
String |
getReportTitle() |
String |
getSelectedView() |
void |
setReportDescription(String reportDescription) |
void |
setReportNotes(String reportNotes) |
void |
setReportTitle(String reportTitle) |
void |
setSelectedView(String selectedView) |
public static final String MONTHLY_LOGIN_REPORT
public static final String WEEKLY_LOGIN_REPORT
public static final String DAILY_LOGIN_REPORT
public static final String REGULAR_USERS_REPORT
public static final String HOURLY_USAGE_REPORT
public static final String TOP_ACTIVITIES_REPORT
public static final String TOOL_REPORT
public static final String NONE
public final String getReportTitle()
public final void setReportTitle(String reportTitle)
public final String getReportDescription()
public final void setReportDescription(String reportDescription)
public final String getReportNotes()
public final void setReportNotes(String reportNotes)
public final String getSelectedView()
public final void setSelectedView(String selectedView)
Copyright © 2006-2015 Universidade Fernando Pessoa. All Rights Reserved.