uk.co.concise.maven.hdc.model
Class Label

java.lang.Object
  extended by uk.co.concise.maven.hdc.model.Label

public class Label
extends java.lang.Object

A label in a chart. A label is associated with measure points for that label.

Author:
martenssonb

Constructor Summary
Label()
           
 
Method Summary
 Chart getChart()
           
 long getId()
          Returns the unique id.
 java.util.Set getPoints()
           
 java.lang.String getText()
          The label text.
 void setChart(Chart chart)
           
 void setPoints(java.util.Set points)
           
 void setText(java.lang.String label)
          The label text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Label

public Label()
Method Detail

getId

public long getId()
Returns the unique id.

Returns:
Returns the id.

getText

public java.lang.String getText()
The label text.

Returns:
Returns the label text..

setText

public void setText(java.lang.String label)
The label text.

Parameters:
label - the label text.

getChart

public Chart getChart()
Returns:
Returns the chart.

setChart

public void setChart(Chart chart)
Parameters:
chart - The chart to set.

getPoints

public java.util.Set getPoints()
Returns:
Returns the points.

setPoints

public void setPoints(java.util.Set points)
Parameters:
points - The points to set.


Copyright © 2004-2005 Concise. All Rights Reserved.