Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql
Class RowMapper.RowUpdate

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.RowMapper.RowUpdate
All Implemented Interfaces:
Serializable
Enclosing interface:
RowMapper

public static final class RowMapper.RowUpdate
extends Object
implements Serializable

A Row and a list of its keys that have to be updated.

See Also:
Serialized Form

Field Summary
 Collection<String> keys
           
 Row row
           
 
Constructor Summary
RowMapper.RowUpdate(Row row, Collection<String> keys)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

row

public final Row row

keys

public final Collection<String> keys
Constructor Detail

RowMapper.RowUpdate

public RowMapper.RowUpdate(Row row,
                           Collection<String> keys)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.