|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.solr.model.SchemaFieldDTO
public final class SchemaFieldDTO
Store fields for schema.xml
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 |
---|
public SchemaFieldDTO()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue
- the defaultValue to setpublic boolean isIndexed()
public void setIndexed(boolean indexed)
indexed
- the indexed to setpublic boolean isStored()
public void setStored(boolean stored)
stored
- the stored to setpublic boolean isCompressed()
public void setCompressed(boolean compressed)
compressed
- the compressed to setpublic java.lang.String getIdCol()
public void setIdCol(java.lang.String idCol)
idCol
- the idCol to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |