Package org.powertac.visualizer.domain
Class View
java.lang.Object
org.powertac.visualizer.domain.View
- All Implemented Interfaces:
Serializable
@Entity public class View extends Object implements Serializable
A View.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description View() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)ChartgetChart()List<Long>getGraphIdList()StringgetGraphs()LonggetId()StringgetName()UsergetOwner()inthashCode()BooleanisShared()voidsetChart(Chart chart)voidsetGraphs(String graphs)voidsetId(Long id)voidsetName(String name)voidsetOwner(User user)voidsetShared(Boolean shared)StringtoString()
-
Constructor Details
-
View
public View()
-
-
Method Details