public class Serie<V> extends Object implements Serializable
| Constructor and Description |
|---|
Serie(String l)
Initialization throughlabel
|
Serie(String l,
V v)
Constructor.
|
Serie(String l,
V v,
String color)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Getter accessor for attribute 'color'.
|
String |
getLabel()
Getter accessor for attribute 'label'.
|
V |
getValue()
Getter accessor for attribute 'value'.
|
void |
setColor(String color)
Setter accessor for attribute 'color'.
|
void |
setLabel(String label)
Setter accessor for attribute 'label'.
|
void |
setValue(V value)
Setter accessor for attribute 'value'.
|
String |
toString() |
public Serie(String l)
l - public String getLabel()
public void setLabel(String label)
label - new value for 'label 'public V getValue()
public void setValue(V value)
value - new value for 'value 'public String getColor()
public void setColor(String color)
color - new value for 'color 'Copyright © 2013–2017 FF4J. All rights reserved.