@Preload
public interface DashboardChart
extends net.java.ao.Entity
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChartTypeId() |
int |
getColumnIndex() |
int |
getRowIndex() |
TimesheetDashboard |
getTimesheetDashboard() |
void |
setChartTypeId(java.lang.String chartTypeId) |
void |
setColumnIndex(int columnIndex) |
void |
setRowIndex(int rowIndex) |
void |
setTimesheetDashboard(TimesheetDashboard timesheetDashboard) |
java.lang.String getChartTypeId()
void setChartTypeId(java.lang.String chartTypeId)
int getRowIndex()
void setRowIndex(int rowIndex)
int getColumnIndex()
void setColumnIndex(int columnIndex)
TimesheetDashboard getTimesheetDashboard()
void setTimesheetDashboard(TimesheetDashboard timesheetDashboard)