fr.cnes.sitools.solr.model
Class SchemaFieldDTO

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

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

Store fields for schema.xml

Author:
m.gond (AKKA Technologies)
See Also:
Serialized Form

Constructor Summary
SchemaFieldDTO()
          SchemaFieldDTO constructor
 
Method Summary
 java.lang.String getDefaultValue()
          Gets the defaultValue value
 java.lang.String getIdCol()
          Gets the idCol value
 java.lang.String getName()
          Gets the name value
 java.lang.String getType()
          Gets the type value
 boolean isCompressed()
          Gets the compressed value
 boolean isIndexed()
          Gets the indexed value
 boolean isStored()
          Gets the stored value
 void setCompressed(boolean compressed)
          Sets the value of compressed
 void setDefaultValue(java.lang.String defaultValue)
          Sets the value of defaultValue
 void setIdCol(java.lang.String idCol)
          Sets the value of idCol
 void setIndexed(boolean indexed)
          Sets the value of indexed
 void setName(java.lang.String name)
          Sets the value of name
 void setStored(boolean stored)
          Sets the value of stored
 void setType(java.lang.String type)
          Sets the value of type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaFieldDTO

public SchemaFieldDTO()
SchemaFieldDTO constructor

Method Detail

getName

public java.lang.String getName()
Gets the name value

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getType

public java.lang.String getType()
Gets the type value

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the value of type

Parameters:
type - the type to set

getDefaultValue

public java.lang.String getDefaultValue()
Gets the defaultValue value

Returns:
the defaultValue

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)
Sets the value of defaultValue

Parameters:
defaultValue - the defaultValue to set

isIndexed

public boolean isIndexed()
Gets the indexed value

Returns:
the indexed

setIndexed

public void setIndexed(boolean indexed)
Sets the value of indexed

Parameters:
indexed - the indexed to set

isStored

public boolean isStored()
Gets the stored value

Returns:
the stored

setStored

public void setStored(boolean stored)
Sets the value of stored

Parameters:
stored - the stored to set

isCompressed

public boolean isCompressed()
Gets the compressed value

Returns:
the compressed

setCompressed

public void setCompressed(boolean compressed)
Sets the value of compressed

Parameters:
compressed - the compressed to set

getIdCol

public java.lang.String getIdCol()
Gets the idCol value

Returns:
the idCol

setIdCol

public void setIdCol(java.lang.String idCol)
Sets the value of idCol

Parameters:
idCol - the idCol to set


Copyright © 2010-2013 CNES. All Rights Reserved.