public class StaticValue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
description |
protected List<Long> |
features |
protected Long |
id |
protected Map<String,String> |
name |
| Constructor and Description |
|---|
StaticValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getDescription()
The localized description of the object.
|
List<Long> |
getFeatures()
The features that this static value belongs to.
|
Long |
getId()
A unique identifier for the object.
|
Map<String,String> |
getName()
The localized name of the object.
|
int |
hashCode() |
String |
toString() |
protected Long id
public Map<String,String> getDescription()
public List<Long> getFeatures()
public Long getId()
Copyright © 2024. All rights reserved.