Package com.vaadin.collaborationengine
Class ListKey
- java.lang.Object
-
- com.vaadin.collaborationengine.ListKey
-
public class ListKey extends Object
An object which identifies each item of aCollaborationList.- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)UUIDgetKey()Gets the unique value of this key.inthashCode()static ListKeyof(UUID key)Creates theListKeyfor the providedkeyparameter.
-
-
-
Method Detail
-
getKey
public UUID getKey()
Gets the unique value of this key.- Returns:
- the unique value of this key, not
null
-
-