public class Translation extends Object
| Constructor and Description |
|---|
Translation() |
| Modifier and Type | Method and Description |
|---|---|
Translation |
custom(CustomTranslation custom) |
Translation |
dashboardModel(DashboardModelTranslation dashboardModel) |
Translation |
dataModel(DataModelTranslation dataModel) |
boolean |
equals(Object o) |
CustomTranslation |
getCustom()
Get custom
|
DashboardModelTranslation |
getDashboardModel()
Get dashboardModel
|
DataModelTranslation |
getDataModel()
Get dataModel
|
ReportingModelTranslation |
getReportingModel()
Get reportingModel
|
ViewModelTranslation |
getViewModel()
Get viewModel
|
int |
hashCode() |
Translation |
reportingModel(ReportingModelTranslation reportingModel) |
void |
setCustom(CustomTranslation custom) |
void |
setDashboardModel(DashboardModelTranslation dashboardModel) |
void |
setDataModel(DataModelTranslation dataModel) |
void |
setReportingModel(ReportingModelTranslation reportingModel) |
void |
setViewModel(ViewModelTranslation viewModel) |
String |
toString() |
Translation |
viewModel(ViewModelTranslation viewModel) |
public Translation dataModel(DataModelTranslation dataModel)
public DataModelTranslation getDataModel()
public void setDataModel(DataModelTranslation dataModel)
public Translation viewModel(ViewModelTranslation viewModel)
public ViewModelTranslation getViewModel()
public void setViewModel(ViewModelTranslation viewModel)
public Translation reportingModel(ReportingModelTranslation reportingModel)
public ReportingModelTranslation getReportingModel()
public void setReportingModel(ReportingModelTranslation reportingModel)
public Translation dashboardModel(DashboardModelTranslation dashboardModel)
public DashboardModelTranslation getDashboardModel()
public void setDashboardModel(DashboardModelTranslation dashboardModel)
public Translation custom(CustomTranslation custom)
public CustomTranslation getCustom()
public void setCustom(CustomTranslation custom)
Copyright © 2019 LeanIX GmbH. All rights reserved.