public class TimesheetDashboardImp
extends java.lang.Object
TimesheetDashboard.| Constructor and Description |
|---|
TimesheetDashboardImp() |
TimesheetDashboardImp(TimesheetDashboard timesheetDashboard) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(TimesheetDashboard timesheetDashboard) |
java.util.Set<DashboardChartImp> |
getDashboardCharts() |
static TimesheetDashboardImp |
getEmptyTimesheetDashboard(java.lang.String userKey,
java.lang.String timesheetId) |
java.lang.String |
getTimesheetId() |
java.lang.String |
getUserKey() |
public TimesheetDashboardImp()
public TimesheetDashboardImp(TimesheetDashboard timesheetDashboard)
public static TimesheetDashboardImp getEmptyTimesheetDashboard(java.lang.String userKey, java.lang.String timesheetId)
public void copyTo(TimesheetDashboard timesheetDashboard)
public java.lang.String getUserKey()
public java.lang.String getTimesheetId()
public java.util.Set<DashboardChartImp> getDashboardCharts()