Class TemporaryRowId

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class TemporaryRowId
    extends RowId
    Deprecated.
    As of 8.0, no replacement available.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.vaadin.v7.data.util.sqlcontainer.RowId

        id
    • Constructor Summary

      Constructors 
      Constructor Description
      TemporaryRowId​(java.lang.Object... id)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Deprecated.
       
      int hashCode()
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class com.vaadin.v7.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​(java.lang.Object... id)
        Deprecated.
    • Method Detail

      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class RowId
      • equals

        public boolean equals​(java.lang.Object obj)
        Deprecated.
        Overrides:
        equals in class RowId
      • toString

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