public class SolrStoreMapping extends Object implements org.springframework.beans.factory.BeanNameAware
| Constructor and Description |
|---|
SolrStoreMapping() |
SolrStoreMapping(String protocol,
String identifier,
String httpClientFactory,
String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
String |
getHttpClientFactory() |
String |
getIdentifier() |
String |
getProtocol() |
org.alfresco.service.cmr.repository.StoreRef |
getStoreRef() |
void |
setBaseUrl(String baseUrl) |
void |
setBeanName(String beanName) |
void |
setHttpClientFactory(String httpClientFactory) |
void |
setIdentifier(String identifier) |
void |
setProtocol(String protocol) |
public org.alfresco.service.cmr.repository.StoreRef getStoreRef()
public String getProtocol()
public void setProtocol(String protocol)
protocol - the protocol to setpublic String getIdentifier()
public void setIdentifier(String identifier)
identifier - the identifier to setpublic String getHttpClientFactory()
public void setHttpClientFactory(String httpClientFactory)
httpClientFactory - the httpClientFactory to setpublic String getBaseUrl()
public void setBaseUrl(String baseUrl)
baseUrl - the baseUrl to setpublic void setBeanName(String beanName)
setBeanName in interface org.springframework.beans.factory.BeanNameAwareCopyright © 2005–2014 Alfresco Software. All rights reserved.