@Entity public class CustomReportDashboard extends Object implements TreeEntity
| Constructor and Description |
|---|
CustomReportDashboard() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeEntityVisitor visitor) |
TreeEntity |
createCopy() |
Set<CustomReportChartBinding> |
getChartBindings() |
CustomReportLibrary |
getCustomReportLibrary() |
Long |
getId() |
String |
getName() |
Project |
getProject() |
void |
setChartBindings(Set<CustomReportChartBinding> chartBindings) |
void |
setName(String name)
Don't forget to update also the NODE name
Name is denormalized to avoid complex inject/request each time we need the name of an entity.
|
void |
setProject(Project project) |
public Long getId()
getId in interface Identifiedpublic String getName()
getName in interface TreeEntitypublic void setName(String name)
TreeEntitysetName in interface TreeEntityname - The name of this node. Should not be blank or null.public void accept(TreeEntityVisitor visitor)
accept in interface TreeEntitypublic Project getProject()
getProject in interface TreeEntitypublic void setProject(Project project)
setProject in interface TreeEntitypublic TreeEntity createCopy()
createCopy in interface TreeEntitypublic CustomReportLibrary getCustomReportLibrary()
public Set<CustomReportChartBinding> getChartBindings()
public void setChartBindings(Set<CustomReportChartBinding> chartBindings)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.