public class Identifiable extends AbstractInventoryProperty<String,UUID>
Property.Operatoroperator, value| Constructor and Description |
|---|
Identifiable()
Creates an Identifiable with a random UUID.
|
Identifiable(UUID value)
Creates an Identifiable with given UUID.
|
Identifiable(UUID value,
Property.Operator op)
Creates an Identifiable with given UUID.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Property<?,?> other) |
equals, getDefaultKey, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matchespublic Identifiable()
public Identifiable(UUID value)
value - The UUIDpublic Identifiable(UUID value, Property.Operator op)
value - The UUIDop - The operatorpublic int compareTo(Property<?,?> other)