public class LabelDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LabelDescriptorCategory |
category |
protected Map<String,String> |
description |
protected List<Long> |
features |
protected Long |
group |
protected Long |
id |
protected Map<String,String> |
name |
protected Long |
type |
protected Integer |
weight |
| Constructor and Description |
|---|
LabelDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LabelDescriptorCategory |
getCategory() |
Map<String,String> |
getDescription() |
List<Long> |
getFeatures() |
Long |
getGroup() |
Long |
getId()
The ID is the primary key of the entity.
|
Map<String,String> |
getName() |
Long |
getType() |
Integer |
getWeight() |
int |
hashCode() |
String |
toString() |
protected LabelDescriptorCategory category
protected Long group
protected Long id
protected Long type
protected Integer weight
public LabelDescriptorCategory getCategory()
public Long getGroup()
public Long getId()
public Long getType()
public Integer getWeight()
Copyright © 2021. All rights reserved.