|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkristal.client.XMLSystemSectionType
This Class describes a XML System Section Structure of KRISTAL.
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 |
public int node_id
public java.lang.String title
public int level
public java.lang.String type
public int parent_node_id
public int left_node_id
public int right_node_id
public int firstchild_node_id
public int order
public java.lang.String date
| Constructor Detail |
public XMLSystemSectionType()
| Method Detail |
public void setNodeId(int node_id)
node_id - the node idpublic void setTitle(java.lang.String title)
title - the titlepublic void setLevel(int level)
level - the levelpublic void setType(java.lang.String type)
type - the typepublic void setParentNodeId(int parent_node_id)
parent_node_id - the parent node idpublic void setLeftNodeId(int left_node_id)
left_node_id - the left node idpublic void setRightNodeId(int right_node_id)
right_node_id - the right node idpublic void setFirstChildNodeId(int firstchild_node_id)
firstchild_node_id - the first child node idpublic void setOrder(int order)
order - the orderpublic int getNodeId()
public java.lang.String getTitle()
public int getLevel()
public java.lang.String getType()
public int getParentNodeId()
public int getLeftNodeId()
public int getRightNodeId()
public int getFirstChildNodeId()
public int getOrder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||