public class Tag extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
label
The tag label.
|
static Comparator<Tag> |
LABEL_COMPARATOR
Compare tags by label, case insensitive.
|
long |
weight
The weight of the tag.
|
static Comparator<Tag> |
WEIGHT_COMPARATOR
Compare tags by weight, decreasing.
|
public final String label
public long weight
public static final Comparator<Tag> LABEL_COMPARATOR
public static final Comparator<Tag> WEIGHT_COMPARATOR
public Tag(String label, int weight)
public String getLabel()
public long getWeight()
public void setWeight(long weight)
Copyright © 2011 Nuxeo SA. All Rights Reserved.