Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.storage.sql
Class Mapper.Identification

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.Mapper.Identification
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Mapper

public static final class Mapper.Identification
extends java.lang.Object
implements java.io.Serializable

Identifiers assigned by a server to identify a client mapper and its repository.

See Also:
Serialized Form

Field Summary
 java.lang.String mapperId
           
 java.lang.String repositoryId
           
 
Constructor Summary
Mapper.Identification(java.lang.String repositoryId, java.lang.String mapperId)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

repositoryId

public final java.lang.String repositoryId

mapperId

public final java.lang.String mapperId
Constructor Detail

Mapper.Identification

public Mapper.Identification(java.lang.String repositoryId,
                             java.lang.String mapperId)
Method Detail

toString

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.