public class ClientMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
autoGenImplementor
The autogen implementor.
|
private String |
clientImplementor
The client implementor.
|
private String |
indexImplementor
The index implementor.
|
private String |
LuceneIndexDir
The Lucene index dir.
|
| Constructor and Description |
|---|
ClientMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoGenImplementor() |
String |
getClientImplementor()
Gets the client implementor.
|
String |
getIndexImplementor()
Gets the index implementor.
|
String |
getLuceneIndexDir()
Gets the lucene index dir.
|
boolean |
isUseSecondryIndex()
Checks if is use secondry index.
|
void |
setAutoGenImplementor(String autoGenImplementor) |
void |
setClientImplementor(String clientImplementor)
Sets the client implementor.
|
void |
setIndexImplementor(String indexImplementor)
Sets the index implementor.
|
void |
setLuceneIndexDir(String luceneIndexDir)
Sets the lucene index dir.
|
private String clientImplementor
private String indexImplementor
private String autoGenImplementor
private String LuceneIndexDir
public String getAutoGenImplementor()
public void setAutoGenImplementor(String autoGenImplementor)
autoGenImplementor - the autoGenImplementor to setpublic String getClientImplementor()
public void setClientImplementor(String clientImplementor)
clientImplementor - the clientImplementor to setpublic String getIndexImplementor()
public void setIndexImplementor(String indexImplementor)
indexImplementor - the indexImplementor to setpublic boolean isUseSecondryIndex()
public String getLuceneIndexDir()
public void setLuceneIndexDir(String luceneIndexDir)
luceneIndexDir - the luceneIndexDir to setCopyright © 2016. All Rights Reserved.