Package com.vaadin.collaborationengine
Class ListKey
- java.lang.Object
-
- com.vaadin.collaborationengine.ListKey
-
public class ListKey extends java.lang.ObjectAn 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(java.lang.Object obj)java.util.UUIDgetKey()Gets the unique value of this key.inthashCode()static ListKeyof(java.util.UUID key)Creates theListKeyfor the providedkeyparameter.
-
-
-
Method Detail
-
getKey
public java.util.UUID getKey()
Gets the unique value of this key.- Returns:
- the unique value of this key, not
null
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-