Nuxeo Enterprise Platform 5.4

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

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

public static final class RowMapper.IdWithTypes
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Serializable id
           
 String[] mixinTypes
           
 String primaryType
           
 
Constructor Summary
RowMapper.IdWithTypes(Node node)
           
RowMapper.IdWithTypes(Serializable id, String primaryType, String[] mixinTypes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final Serializable id

primaryType

public final String primaryType

mixinTypes

public final String[] mixinTypes
Constructor Detail

RowMapper.IdWithTypes

public RowMapper.IdWithTypes(Serializable id,
                             String primaryType,
                             String[] mixinTypes)

RowMapper.IdWithTypes

public RowMapper.IdWithTypes(Node node)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.