com.vaadin.data.util.sqlcontainer
Class TemporaryRowId

java.lang.Object
  extended by com.vaadin.data.util.sqlcontainer.RowId
      extended by com.vaadin.data.util.sqlcontainer.TemporaryRowId
All Implemented Interfaces:
Serializable

public class TemporaryRowId
extends RowId

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vaadin.data.util.sqlcontainer.RowId
id
 
Constructor Summary
TemporaryRowId(Object[] id)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.vaadin.data.util.sqlcontainer.RowId
getId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemporaryRowId

public TemporaryRowId(Object[] id)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class RowId

equals

public boolean equals(Object obj)
Overrides:
equals in class RowId

toString

public String toString()
Overrides:
toString in class RowId


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.