|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.solr.model.SchemaConfigDTO
public final class SchemaConfigDTO
Schema configuration class
Constructor Summary | |
---|---|
SchemaConfigDTO()
SchemaConfigDTO constructor |
Method Summary | |
---|---|
java.lang.String |
getDefaultSearchField()
Gets the defaultSearchField value |
java.lang.String |
getDocument()
Gets the document value |
java.util.List<SchemaFieldDTO> |
getFields()
Gets the fields value |
java.lang.String |
getUniqueKey()
Gets the uniqueKey value |
void |
setDefaultSearchField(java.lang.String defaultSearchField)
Sets the value of defaultSearchField |
void |
setDocument(java.lang.String document)
Sets the value of document |
void |
setFields(java.util.List<SchemaFieldDTO> fields)
Sets the value of fields |
void |
setUniqueKey(java.lang.String uniqueKey)
Sets the value of uniqueKey |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaConfigDTO()
Method Detail |
---|
public java.lang.String getUniqueKey()
public void setUniqueKey(java.lang.String uniqueKey)
uniqueKey
- the uniqueKey to setpublic java.lang.String getDefaultSearchField()
public void setDefaultSearchField(java.lang.String defaultSearchField)
defaultSearchField
- the defaultSearchField to setpublic java.util.List<SchemaFieldDTO> getFields()
public void setFields(java.util.List<SchemaFieldDTO> fields)
fields
- the fields to setpublic java.lang.String getDocument()
public void setDocument(java.lang.String document)
document
- the document to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |