kristal.client
Class XMLSystemSection

java.lang.Object
  |
  +--kristal.client.XMLSystemSection

public class XMLSystemSection
extends java.lang.Object

This Class describes a XML System Section.

See Also:
SectionType

Field Summary
 int firstchild_node_id
           
 int level
           
 int next_node_id
           
 int node_id
           
 int order
           
 int parent_node_id
           
 int previous_node_id
           
 java.lang.String title
           
 java.lang.String type
           
 
Constructor Summary
XMLSystemSection()
          Construct a new XMLSystemSection object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node_id

public int node_id

title

public java.lang.String title

level

public int level

type

public java.lang.String type

parent_node_id

public int parent_node_id

previous_node_id

public int previous_node_id

next_node_id

public int next_node_id

firstchild_node_id

public int firstchild_node_id

order

public int order
Constructor Detail

XMLSystemSection

public XMLSystemSection()
Construct a new XMLSystemSection object.