Package org.alfresco.solr
Class AlfrescoClientDataModelServicesFactory.DictionaryKey
- java.lang.Object
-
- org.alfresco.solr.AlfrescoClientDataModelServicesFactory.DictionaryKey
-
- Enclosing class:
- AlfrescoClientDataModelServicesFactory
public static class AlfrescoClientDataModelServicesFactory.DictionaryKey extends Object
-
-
Constructor Summary
Constructors Constructor Description DictionaryKey(org.apache.chemistry.opencmis.commons.enums.CmisVersion cmisVersion, String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
org.apache.chemistry.opencmis.commons.enums.CmisVersion
getCmisVersion()
String
getKey()
int
hashCode()
-
-
-
Constructor Detail
-
DictionaryKey
public DictionaryKey(org.apache.chemistry.opencmis.commons.enums.CmisVersion cmisVersion, String key)
-
-