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() |
Long |
getId()
The ID is the primary key of the entity.
|
Map<String,String> |
getName() |
Integer |
getOrderWeight() |
int |
hashCode() |
String |
toString() |
Copyright © 2022. All rights reserved.