kristal.client
Class BasicSectionType

java.lang.Object
  extended bykristal.client.BasicSectionType

public class BasicSectionType
extends java.lang.Object

This Class describes a Basic Section Structure of KRISTAL.

See Also:
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

section_name

public java.lang.String section_name

alias

public java.lang.String alias

data_type

public java.lang.String data_type

index_type

public java.lang.String index_type

default_value

public java.lang.String default_value

stemming

public boolean stemming

hanja

public boolean hanja

stopword

public boolean stopword

bigram

public boolean bigram
Constructor Detail

BasicSectionType

public BasicSectionType()
Constructs a new BasicSectionType object.

Method Detail

toString

public java.lang.String toString()
Overrides a parent's toString()


setSectionName

public void setSectionName(java.lang.String section_name)
Sets the section_name of this object.

Parameters:
section_name - the section_name

setAlias

public void setAlias(java.lang.String alias)
Sets the alias of this object.

Parameters:
alias - the alias

setDataType

public void setDataType(java.lang.String data_type)
Sets the data type of this object.

Parameters:
data_type - the data type

setIndexType

public void setIndexType(java.lang.String index_type)
Sets the index type of this object.

Parameters:
index_type - the index type

setDefaultValue

public void setDefaultValue(java.lang.String default_value)
Sets the default value of this object.

Parameters:
default_value - the default value

setStemming

public void setStemming(boolean stemming)
Sets the stemming of this object.

Parameters:
stemming - the stemming

setHanja

public void setHanja(boolean hanja)
Sets the hanja of this object.

Parameters:
hanja - the hanja

setStopword

public void setStopword(boolean stopword)
Sets the stopword of this object.

Parameters:
stopword - the stopword

getSectionName

public java.lang.String getSectionName()
Returns the section name in this object.

Returns:
the section name

getAlias

public java.lang.String getAlias()
Returns the alias in this object.

Returns:
the alias

getDataType

public java.lang.String getDataType()
Returns the data type in this object.

Returns:
the data type

getIndexType

public java.lang.String getIndexType()
Returns the index type in this object.

Returns:
the index type

getDefaultValue

public java.lang.String getDefaultValue()
Returns the default value in this object.

Returns:
the default value

getStemming

public boolean getStemming()
Returns the stemming in this object.

Returns:
the stemming

getHanja

public boolean getHanja()
Returns the hanja in this object.

Returns:
the hanja

getStopword

public boolean getStopword()
Returns the stopword in this object.

Returns:
the stopword