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:
Serializable
Enclosing interface:
Mapper

public static final class Mapper.Identification
extends Object
implements Serializable

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

See Also:
Serialized Form

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

Field Detail

repositoryId

public final String repositoryId

mapperId

public final String mapperId
Constructor Detail

Mapper.Identification

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

toString

public String toString()
Overrides:
toString in class Object

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.