Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.table.row
Class TableRowId

java.lang.Object
  extended by org.nuxeo.ecm.webapp.table.row.TableRowId
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TableRowId>

Deprecated.

@Deprecated
public class TableRowId
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<TableRowId>

Our custom row identifier. Used to identify a row uniquely inside a table model.

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
TableRowId()
          Deprecated.  
 
Method Summary
 int compareTo(TableRowId id)
          Deprecated.  
 boolean equals(java.lang.Object o)
          Deprecated.  
 long getUniqueIdentifier()
          Deprecated.  
 int hashCode()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableRowId

public TableRowId()
Deprecated. 
Method Detail

toString

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

getUniqueIdentifier

public long getUniqueIdentifier()
Deprecated. 

compareTo

public int compareTo(TableRowId id)
Deprecated. 
Specified by:
compareTo in interface java.lang.Comparable<TableRowId>

equals

public boolean equals(java.lang.Object o)
Deprecated. 
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.