|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.co.concise.maven.hdc.model.Point
public class Point
A point for a label.
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 |
---|
public Point()
Method Detail |
---|
public java.util.Date getTime()
public void setTime(java.util.Date time)
time
- The time to set.public double getValue()
public void setValue(double value)
value
- The value to set.public long getId()
public Label getLabel()
public void setLabel(Label label)
label
- The label to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |