We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.
Class UniqueSerializable
java.lang.Object
com.vaadin.ui.UniqueSerializable
All Implemented Interfaces:
- extends Object
- implements Serializable
public abstract class UniqueSerializable
A base class for generating an unique object that is serializable.
This class is abstract but has no abstract methods to force users to create an anonymous inner class. Otherwise each instance will not be unique.
Since:
6.8.0
Version:
6.8.18
Author:
Vaadin Ltd
See Also:
Constructor Summary | |
---|---|
UniqueSerializable()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
UniqueSerializable
public UniqueSerializable()
Method Detail |
---|
hashCode
public int hashCode()
equals
public boolean equals(Object obj)