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.data.util.sqlcontainer.
Class RowId
java.lang.Object
com.vaadin.data.util.sqlcontainer.RowId
All Implemented Interfaces:
Direct Known Subclasses:
- extends Object
- implements Serializable
public class RowId
RowId represents identifiers of a single database result set row. The data structure of a RowId is an Object array which contains the values of the primary key columns of the identified row. This allows easy equals() -comparison of RowItems.
See Also:
Field Summary | |
---|---|
protected Object[] |
id
|
Constructor Summary | |
---|---|
protected |
RowId()
Prevent instantiation without required parameters. |
RowId(Object[] id)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Object[] |
getId()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
id
protected Object[] id
Constructor Detail |
---|
RowId
protected RowId()
Prevent instantiation without required parameters.
RowId
public RowId(Object[] id)
Method Detail |
---|
getId
public Object[] getId()
hashCode
public int hashCode()
equals
public boolean equals(Object obj)
toString
public String toString()