Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Deprecated.

@Deprecated
public class TableRowId
extends Object
implements Serializable, 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(Object o)
          Deprecated.  
 long getUniqueIdentifier()
          Deprecated.  
 int hashCode()
          Deprecated.  
 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 String toString()
Deprecated. 
Overrides:
toString in class Object

getUniqueIdentifier

public long getUniqueIdentifier()
Deprecated. 

compareTo

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

equals

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

hashCode

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.