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:
java.io.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(java.lang.Object obj)
           
 int getRowNum()
           
 int hashCode()
           
 java.lang.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

ReadOnlyRowId

public ReadOnlyRowId(int rowNum)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class RowId

equals

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

getRowNum

public int getRowNum()

toString

public java.lang.String toString()
Overrides:
toString in class RowId


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