|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkristal.client.BasicSectionType
This Class describes a Basic Section Structure of KRISTAL.
SectionType,
PrimarySectionType,
UnionSectionType,
VirtualSectionType| Field Summary | |
java.lang.String |
alias
|
boolean |
bigram
|
java.lang.String |
data_type
|
java.lang.String |
default_value
|
boolean |
hanja
|
java.lang.String |
index_type
|
java.lang.String |
section_name
|
boolean |
stemming
|
boolean |
stopword
|
| Constructor Summary | |
BasicSectionType()
Constructs a new BasicSectionType object. |
|
| Method Summary | |
java.lang.String |
getAlias()
Returns the alias in this object. |
java.lang.String |
getDataType()
Returns the data type in this object. |
java.lang.String |
getDefaultValue()
Returns the default value in this object. |
boolean |
getHanja()
Returns the hanja in this object. |
java.lang.String |
getIndexType()
Returns the index type in this object. |
java.lang.String |
getSectionName()
Returns the section name in this object. |
boolean |
getStemming()
Returns the stemming in this object. |
boolean |
getStopword()
Returns the stopword in this object. |
void |
setAlias(java.lang.String alias)
Sets the alias of this object. |
void |
setDataType(java.lang.String data_type)
Sets the data type of this object. |
void |
setDefaultValue(java.lang.String default_value)
Sets the default value of this object. |
void |
setHanja(boolean hanja)
Sets the hanja of this object. |
void |
setIndexType(java.lang.String index_type)
Sets the index type of this object. |
void |
setSectionName(java.lang.String section_name)
Sets the section_name of this object. |
void |
setStemming(boolean stemming)
Sets the stemming of this object. |
void |
setStopword(boolean stopword)
Sets the stopword of this object. |
java.lang.String |
toString()
Overrides a parent's toString() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String section_name
public java.lang.String alias
public java.lang.String data_type
public java.lang.String index_type
public java.lang.String default_value
public boolean stemming
public boolean hanja
public boolean stopword
public boolean bigram
| Constructor Detail |
public BasicSectionType()
| Method Detail |
public java.lang.String toString()
public void setSectionName(java.lang.String section_name)
section_name - the section_namepublic void setAlias(java.lang.String alias)
alias - the aliaspublic void setDataType(java.lang.String data_type)
data_type - the data typepublic void setIndexType(java.lang.String index_type)
index_type - the index typepublic void setDefaultValue(java.lang.String default_value)
default_value - the default valuepublic void setStemming(boolean stemming)
stemming - the stemmingpublic void setHanja(boolean hanja)
hanja - the hanjapublic void setStopword(boolean stopword)
stopword - the stopwordpublic java.lang.String getSectionName()
public java.lang.String getAlias()
public java.lang.String getDataType()
public java.lang.String getIndexType()
public java.lang.String getDefaultValue()
public boolean getStemming()
public boolean getHanja()
public boolean getStopword()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||