@Entity public class ChartDefinition extends Object implements TreeEntity
| Constructor and Description |
|---|
ChartDefinition() |
public User getOwner()
public Visibility getVisibility()
public ChartType getType()
public String getDescription()
public List<EntityReference> getScope()
public List<AxisColumn> getAxis()
public List<MeasureColumn> getMeasures()
public ChartQuery getQuery()
public ScopeType getScopeType()
public void setScopeType(ScopeType scopeType)
public Map<ColumnRole,Set<SpecializedEntityType>> getInvolvedEntities()
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 void setOwner(User user)
public Project getProject()
getProject in interface TreeEntitypublic void setProject(Project project)
setProject in interface TreeEntitypublic void setVisibility(Visibility visibility)
public void setType(ChartType type)
public void setDescription(String description)
public void setScope(List<EntityReference> scope)
public void setQuery(ChartQuery query)
public TreeEntity createCopy()
createCopy in interface TreeEntitypublic CustomReportLibrary getCustomReportLibrary()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.