com.vaadin.data.util.sqlcontainer
Class ReadOnlyRowId

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

public class ReadOnlyRowId
extends RowId

See Also:
Serialized Form

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

Constructor Detail

ReadOnlyRowId

public ReadOnlyRowId(int rowNum)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class RowId

equals

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

getRowNum

public int getRowNum()


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