public class FeatureCategory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
description |
protected Long |
id |
protected Map<String,String> |
name |
protected Integer |
orderWeight |
| Constructor and Description |
|---|
FeatureCategory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getDescription()
The description of the object translated into different languages.
|
Long |
getId()
A unique identifier for the object.
|
Map<String,String> |
getName()
The name of the object translated into different languages.
|
Integer |
getOrderWeight() |
int |
hashCode() |
String |
toString() |
public Map<String,String> getDescription()
public Long getId()
public Map<String,String> getName()
public Integer getOrderWeight()
Copyright © 2023. All rights reserved.