kristal.client
Class DisplayType

java.lang.Object
  extended bykristal.client.DisplayType

public class DisplayType
extends java.lang.Object

This Class describes a Display Structure of KRISTAL.


Field Summary
 java.lang.String end_tag
           
 int highlight_method
           
 java.util.Vector query_section_list
           
 java.lang.String section_name
           
 java.lang.String start_tag
           
 int statement_length
           
 int statement_no
           
 int summary_length
           
 int summary_method
           
 
Constructor Summary
DisplayType()
          Constructs a new TableInfoType object.
 
Method Summary
 java.lang.String getEndTag()
          Returns the end tag in this object.
 int getHighlightMethod()
          Returns the highlight method in this object.
 java.lang.String getSectionName()
          Returns the section name in this object.
 java.lang.String getStartTag()
          Returns the start tag in this object.
 int getSummaryLength()
          Returns the summary length in this object.
 int getSummaryMethod()
          Returns the summary method in this object.
 void setEndTag(java.lang.String end_tag)
          Sets the end tag of this object.
 void setHighlightMethod(int highlight_method)
          Sets the highlight method of this object.
 void setSectionName(java.lang.String section_name)
          Sets the section name of this object.
 void setStartTag(java.lang.String start_tag)
          Sets the start tag of this object.
 void setSummaryLength(int summary_length)
          Sets the summary length of this object.
 void setSummaryMethod(int summary_method)
          Sets the summary method of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

section_name

public java.lang.String section_name

highlight_method

public int highlight_method

start_tag

public java.lang.String start_tag

end_tag

public java.lang.String end_tag

summary_method

public int summary_method

summary_length

public int summary_length

query_section_list

public java.util.Vector query_section_list

statement_no

public int statement_no

statement_length

public int statement_length
Constructor Detail

DisplayType

public DisplayType()
Constructs a new TableInfoType object.

Method Detail

setSectionName

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

Parameters:
section_name - the section name

setHighlightMethod

public void setHighlightMethod(int highlight_method)
Sets the highlight method of this object.

Parameters:
highlight_method - the highlight method

setStartTag

public void setStartTag(java.lang.String start_tag)
Sets the start tag of this object.

Parameters:
start_tag - the start tag

setEndTag

public void setEndTag(java.lang.String end_tag)
Sets the end tag of this object.

Parameters:
end_tag - the end tag

setSummaryMethod

public void setSummaryMethod(int summary_method)
Sets the summary method of this object.

Parameters:
summary_method - the summary method

setSummaryLength

public void setSummaryLength(int summary_length)
Sets the summary length of this object.

Parameters:
summary_length - the summary length

getSectionName

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

Returns:
the section name

getHighlightMethod

public int getHighlightMethod()
Returns the highlight method in this object.

Returns:
the highlight method

getStartTag

public java.lang.String getStartTag()
Returns the start tag in this object.

Returns:
the start tag

getEndTag

public java.lang.String getEndTag()
Returns the end tag in this object.

Returns:
the end tag

getSummaryMethod

public int getSummaryMethod()
Returns the summary method in this object.

Returns:
the summary method

getSummaryLength

public int getSummaryLength()
Returns the summary length in this object.

Returns:
the summary length