@Entity public class ItemParameter extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ItemParameter> |
COMPARATOR |
protected int |
internalId |
| Constructor and Description |
|---|
ItemParameter(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInternalId() |
String |
getKey() |
String |
getValue() |
void |
setKey(String key) |
void |
setValue(String value) |
String |
toString() |
protected int internalId
public static Comparator<ItemParameter> COMPARATOR
Copyright © 2021. All Rights Reserved.