public class Report extends Object implements Serializable
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
void |
addGraph(Graph vGraph) |
void |
addGraph(int index,
Graph vGraph) |
void |
deleteGraphsPerLine() |
void |
deleteId() |
void |
deleteShowGraphtypeButton() |
void |
deleteShowTimespanButton() |
Enumeration<Graph> |
enumerateGraph()
Method enumerateGraph.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Graph[] |
getGraph()
Method getGraph.Returns the contents of the collection in an Array.
|
Graph |
getGraph(int index)
Method getGraph.
|
List<Graph> |
getGraphCollection()
Method getGraphCollection.Returns a reference to 'graphList'.
|
int |
getGraphCount()
Method getGraphCount.
|
Integer |
getGraphsPerLine()
Returns the value of field 'graphs_per_line'.
|
Integer |
getId()
Returns the value of field 'id'.
|
Boolean |
getShowGraphtypeButton()
Returns the value of field 'show_graphtype_button'.
|
Boolean |
getShowTimespanButton()
Returns the value of field 'show_timespan_button'.
|
String |
getTitle()
Returns the value of field 'title'.
|
boolean |
hasGraphsPerLine()
Method hasGraphs_per_line.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasId()
Method hasId.
|
boolean |
hasShowGraphtypeButton()
Method hasShow_graphtype_button.
|
boolean |
hasShowTimespanButton()
Method hasShow_timespan_button.
|
Boolean |
isShowGraphtypeButton()
Returns the value of field 'show_graphtype_button'.
|
Boolean |
isShowTimespanButton()
Returns the value of field 'show_timespan_button'.
|
Iterator<Graph> |
iterateGraph()
Method iterateGraph.
|
void |
removeAllGraph() |
boolean |
removeGraph(Graph vGraph)
Method removeGraph.
|
Graph |
removeGraphAt(int index)
Method removeGraphAt.
|
void |
setGraph(Graph[] vGraphArray) |
void |
setGraph(int index,
Graph vGraph) |
void |
setGraph(List<Graph> vGraphList)
Sets the value of 'graphList' by copying the given Vector.
|
void |
setGraphCollection(List<Graph> graphList)
Deprecated.
|
void |
setGraphsPerLine(Integer graphs_per_line)
Sets the value of field 'graphs_per_line'.
|
void |
setId(Integer id)
Sets the value of field 'id'.
|
void |
setShowGraphtypeButton(Boolean show_graphtype_button)
Sets the value of field 'show_graphtype_button'.
|
void |
setShowTimespanButton(Boolean show_timespan_button)
Sets the value of field 'show_timespan_button'.
|
void |
setTitle(String title)
Sets the value of field 'title'.
|
public void addGraph(Graph vGraph) throws IndexOutOfBoundsException
vGraph
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addGraph(int index, Graph vGraph) throws IndexOutOfBoundsException
index
- vGraph
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void deleteGraphsPerLine()
public void deleteId()
public void deleteShowGraphtypeButton()
public void deleteShowTimespanButton()
public Enumeration<Graph> enumerateGraph()
public boolean equals(Object obj)
public Graph getGraph(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic Graph[] getGraph()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<Graph> getGraphCollection()
public int getGraphCount()
public Integer getGraphsPerLine()
public Integer getId()
public Boolean getShowGraphtypeButton()
public Boolean getShowTimespanButton()
public String getTitle()
public boolean hasGraphsPerLine()
public boolean hasId()
public boolean hasShowGraphtypeButton()
public boolean hasShowTimespanButton()
public int hashCode()
public Boolean isShowGraphtypeButton()
public Boolean isShowTimespanButton()
public Iterator<Graph> iterateGraph()
public void removeAllGraph()
public boolean removeGraph(Graph vGraph)
vGraph
- public Graph removeGraphAt(int index)
index
- public void setGraph(int index, Graph vGraph) throws IndexOutOfBoundsException
index
- vGraph
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setGraph(Graph[] vGraphArray)
vGraphArray
- public void setGraph(List<Graph> vGraphList)
vGraphList
- the Vector to copy.public void setGraphCollection(List<Graph> graphList)
graphList
- the Vector to set.public void setGraphsPerLine(Integer graphs_per_line)
graphs_per_line
- the value of field 'graphs_per_line'.public void setId(Integer id)
id
- the value of field 'id'.public void setShowGraphtypeButton(Boolean show_graphtype_button)
show_graphtype_button
- the value of field 'show_graphtype_button'.public void setShowTimespanButton(Boolean show_timespan_button)
show_timespan_button
- the value of field 'show_timespan_button'.public void setTitle(String title)
title
- the value of field 'title'.Copyright © 2017. All rights reserved.