fr.cnes.sitools.solr.model
Class SchemaConfigDTO

java.lang.Object
  extended by fr.cnes.sitools.solr.model.SchemaConfigDTO
All Implemented Interfaces:
java.io.Serializable

public final class SchemaConfigDTO
extends java.lang.Object
implements java.io.Serializable

Schema configuration class

Author:
jp.boignard (AKKA Technologies)
See Also:
Serialized Form

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

SchemaConfigDTO

public SchemaConfigDTO()
SchemaConfigDTO constructor

Method Detail

getUniqueKey

public java.lang.String getUniqueKey()
Gets the uniqueKey value

Returns:
the uniqueKey

setUniqueKey

public void setUniqueKey(java.lang.String uniqueKey)
Sets the value of uniqueKey

Parameters:
uniqueKey - the uniqueKey to set

getDefaultSearchField

public java.lang.String getDefaultSearchField()
Gets the defaultSearchField value

Returns:
the defaultSearchField

setDefaultSearchField

public void setDefaultSearchField(java.lang.String defaultSearchField)
Sets the value of defaultSearchField

Parameters:
defaultSearchField - the defaultSearchField to set

getFields

public java.util.List<SchemaFieldDTO> getFields()
Gets the fields value

Returns:
the fields

setFields

public void setFields(java.util.List<SchemaFieldDTO> fields)
Sets the value of fields

Parameters:
fields - the fields to set

getDocument

public java.lang.String getDocument()
Gets the document value

Returns:
the document

setDocument

public void setDocument(java.lang.String document)
Sets the value of document

Parameters:
document - the document to set


Copyright © 2010-2013 CNES. All Rights Reserved.