kristal.client
Class XMLSystemSectionType

java.lang.Object
  extended bykristal.client.XMLSystemSectionType

public class XMLSystemSectionType
extends java.lang.Object

This Class describes a XML System Section Structure of KRISTAL.

See Also:
SectionType

Field Summary
 java.lang.String date
           
 int firstchild_node_id
           
 int left_node_id
           
 int level
           
 int node_id
           
 int order
           
 int parent_node_id
           
 int right_node_id
           
 java.lang.String title
           
 java.lang.String type
           
 
Constructor Summary
XMLSystemSectionType()
          Constructs a new XMLSystemSectionType object.
 
Method Summary
 int getFirstChildNodeId()
          Returns the firstchild node id in this object.
 int getLeftNodeId()
          Returns the left node id in this object.
 int getLevel()
          Returns the level in this object.
 int getNodeId()
          Returns the node id in this object.
 int getOrder()
          Returns the order in this object.
 int getParentNodeId()
          Returns the parent node id in this object.
 int getRightNodeId()
          Returns the right node id in this object.
 java.lang.String getTitle()
          Returns the title in this object.
 java.lang.String getType()
          Returns the type in this object.
 void setFirstChildNodeId(int firstchild_node_id)
          Sets the first child node id of this object.
 void setLeftNodeId(int left_node_id)
          Sets the left node id of this object.
 void setLevel(int level)
          Sets the level of this object.
 void setNodeId(int node_id)
          Sets the node id of this object.
 void setOrder(int order)
          Sets the order of this object.
 void setParentNodeId(int parent_node_id)
          Sets the parent node id of this object.
 void setRightNodeId(int right_node_id)
          Sets the right node id of this object.
 void setTitle(java.lang.String title)
          Sets the title of this object.
 void setType(java.lang.String type)
          Sets the type of this 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

left_node_id

public int left_node_id

right_node_id

public int right_node_id

firstchild_node_id

public int firstchild_node_id

order

public int order

date

public java.lang.String date
Constructor Detail

XMLSystemSectionType

public XMLSystemSectionType()
Constructs a new XMLSystemSectionType object.

Method Detail

setNodeId

public void setNodeId(int node_id)
Sets the node id of this object.

Parameters:
node_id - the node id

setTitle

public void setTitle(java.lang.String title)
Sets the title of this object.

Parameters:
title - the title

setLevel

public void setLevel(int level)
Sets the level of this object.

Parameters:
level - the level

setType

public void setType(java.lang.String type)
Sets the type of this object.

Parameters:
type - the type

setParentNodeId

public void setParentNodeId(int parent_node_id)
Sets the parent node id of this object.

Parameters:
parent_node_id - the parent node id

setLeftNodeId

public void setLeftNodeId(int left_node_id)
Sets the left node id of this object.

Parameters:
left_node_id - the left node id

setRightNodeId

public void setRightNodeId(int right_node_id)
Sets the right node id of this object.

Parameters:
right_node_id - the right node id

setFirstChildNodeId

public void setFirstChildNodeId(int firstchild_node_id)
Sets the first child node id of this object.

Parameters:
firstchild_node_id - the first child node id

setOrder

public void setOrder(int order)
Sets the order of this object.

Parameters:
order - the order

getNodeId

public int getNodeId()
Returns the node id in this object.

Returns:
the node id

getTitle

public java.lang.String getTitle()
Returns the title in this object.

Returns:
the title

getLevel

public int getLevel()
Returns the level in this object.

Returns:
the level

getType

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

Returns:
the type

getParentNodeId

public int getParentNodeId()
Returns the parent node id in this object.

Returns:
the parent_node_id

getLeftNodeId

public int getLeftNodeId()
Returns the left node id in this object.

Returns:
the left_node_id

getRightNodeId

public int getRightNodeId()
Returns the right node id in this object.

Returns:
the right node id

getFirstChildNodeId

public int getFirstChildNodeId()
Returns the firstchild node id in this object.

Returns:
the firstchild_node_id

getOrder

public int getOrder()
Returns the order in this object.

Returns:
the order