|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkristal.client.VirtualSectionType
This Class describes a Virtual Section Structure of KRISTAL.
SectionType,
PrimarySectionType,
BasicSectionType,
UnionSectionType| Field Summary | |
java.lang.String |
alias
|
boolean |
bigram
|
boolean |
hanja
|
java.lang.String |
index_type
|
java.util.Vector |
original_section_namelist
|
boolean |
stemming
|
boolean |
stopword
|
java.lang.String |
virtual_section_name
|
| Constructor Summary | |
VirtualSectionType()
Constructs a new VirtualSectionType object. |
|
| Method Summary | |
java.lang.String |
getAlias()
Returns the alias 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 |
getOriginalSectionName()
Returns the original section name in this object. |
java.util.Vector |
getOriginalSectionNamelist()
Returns the original section namelist in this object. |
boolean |
getStemming()
Returns the stemming in this object. |
boolean |
getStopword()
Returns the stopword in this object. |
java.lang.String |
getVirtualSectionName()
Returns the virtual section name in this object. |
void |
setAlias(java.lang.String alias)
Sets the alias 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 |
setOriginalSectionNamelist(java.util.Vector original_section_namelist)
Sets the original_section_namelist of this object. |
void |
setStemming(boolean stemming)
Sets the stemming of this object. |
void |
setStopword(boolean stopword)
Sets the stopword of this object. |
void |
setVirtualSectionName(java.lang.String virtual_section_name)
Sets the virtual section name 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 virtual_section_name
public java.lang.String alias
public java.util.Vector original_section_namelist
public java.lang.String index_type
public boolean stemming
public boolean hanja
public boolean stopword
public boolean bigram
| Constructor Detail |
public VirtualSectionType()
| Method Detail |
public java.lang.String toString()
public void setVirtualSectionName(java.lang.String virtual_section_name)
virtual_section_name - the virtual section namepublic void setAlias(java.lang.String alias)
alias - the aliaspublic void setOriginalSectionNamelist(java.util.Vector original_section_namelist)
original_section_namelist - the original section namelistpublic void setIndexType(java.lang.String index_type)
index_type - the index typepublic void setStemming(boolean stemming)
stemming - the stemmingpublic void setHanja(boolean hanja)
hanja - the hanjapublic void setStopword(boolean stopword)
stopword - the stopwordpublic java.lang.String getVirtualSectionName()
public java.lang.String getAlias()
public java.util.Vector getOriginalSectionNamelist()
public java.lang.String getOriginalSectionName()
public java.lang.String getIndexType()
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 | ||||||||