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

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

public class Point
extends java.lang.Object

A point for a label.

Author:
martenssonb

Constructor Summary
Point()
           
 
Method Summary
 long getId()
          Returns the unique id.
 Label getLabel()
           
 java.util.Date getTime()
          The time for this point.
 double getValue()
          The value for this point.
 void setLabel(Label label)
           
 void setTime(java.util.Date time)
          The time for this point.
 void setValue(double value)
          The value for this point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point()
Method Detail

getTime

public java.util.Date getTime()
The time for this point.

Returns:
Returns the time.

setTime

public void setTime(java.util.Date time)
The time for this point.

Parameters:
time - The time to set.

getValue

public double getValue()
The value for this point.

Returns:
Returns the value.

setValue

public void setValue(double value)
The value for this point.

Parameters:
value - The value to set.

getId

public long getId()
Returns the unique id.

Returns:
Returns the id.

getLabel

public Label getLabel()
Returns:
Returns the label.

setLabel

public void setLabel(Label label)
Parameters:
label - The label to set.


Copyright © 2004-2005 Concise. All Rights Reserved.