@Deprecated public class Tag extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
protected static class |
Tag.TagLabelComparator
Deprecated.
|
protected static class |
Tag.TagWeightComparator
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
String |
label
Deprecated.
The tag label.
|
static Comparator<Tag> |
LABEL_COMPARATOR
Deprecated.
Compare tags by label, case insensitive.
|
long |
weight
Deprecated.
The weight of the tag.
|
static Comparator<Tag> |
WEIGHT_COMPARATOR
Deprecated.
Compare tags by weight, decreasing.
|
Constructor and Description |
---|
Tag(String label,
int weight)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
String |
getLabel()
Deprecated.
|
long |
getWeight()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setWeight(long weight)
Deprecated.
|
String |
toString()
Deprecated.
|
public long weight
public static final Comparator<Tag> LABEL_COMPARATOR
public static final Comparator<Tag> WEIGHT_COMPARATOR
Copyright © 2018 Nuxeo. All rights reserved.