@Deprecated public class Score extends Object
Constructor and Description |
---|
Score(String itemName,
String scoreName,
int value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getItemName()
Deprecated.
Name to be displayed in the list.
|
String |
getScoreName()
Deprecated.
Unique name of the score.
|
int |
getValue()
Deprecated.
Value of the score.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public String getItemName()
public String getScoreName()
public int getValue()
protected boolean canEqual(Object other)
Copyright © 2019–2022. All rights reserved.