public class Label extends GenericModel
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
Double |
getScore()
Gets the score.
|
void |
setName(String name)
Sets the name.
|
void |
setScore(Double score)
Sets the score.
|
equals, hashCode, toStringpublic String getName()
public Double getScore()
public void setName(String name)
name - the new namepublic void setScore(Double score)
score - the new scoreCopyright © 2015–2016. All rights reserved.